Open simonratner opened 9 months ago
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)
Additionally, KeyBuilder is missing support for KeyBuilder.TYPE_EC_FP_PRIVATE_TRANSIENT_* types (or TRANSIENT versions of all asymmetric key types, for that matter).
KeyBuilder.TYPE_EC_FP_PRIVATE_TRANSIENT_*
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)