Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement KeyBuilder#buildKey(byte,byte,short,boolean) #211

Open
simonratner opened this issue Feb 29, 2024 · 1 comment
Open

Implement KeyBuilder#buildKey(byte,byte,short,boolean) #211

simonratner opened this issue Feb 29, 2024 · 1 comment

Comments

@simonratner
Copy link

The four-argument version of this method is not implemented, only the three-argument method is available.

https://docs.oracle.com/en/java/javacard/3.1/jc_api_srvc/api_classic/javacard/security/KeyBuilder.html#buildKey(byte,byte,short,boolean)

@simonratner
Copy link
Author

simonratner commented Feb 29, 2024

Additionally, KeyBuilder is missing support for KeyBuilder.TYPE_EC_FP_PRIVATE_TRANSIENT_* types (or TRANSIENT versions of all asymmetric key types, for that matter).

simonratner added a commit to simonratner/jcardsim that referenced this issue Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant