public class IAIKPKCS11MlDsaPrivateKey extends IAIKPKCS11PrivateKey
keyFactory_AES, alias_, autoDestroy_, BATON, BLOWFISH, CAST, CAST128, CAST3, CAST5, CDMF, DES, DES2, DESede, destroyed_, DH, DSA, ECDSA, GENERIC_SECRET, IDEA, JUNIPER, KEA, KEY_TYPE_NAME_PROPERTIES, keyObject_, keyTypeCodes_, keyTypeNames_, RC2, RC4, RC5, RSA, session_, SKIPJACK, tokenManager_, TWOFISH, VENDOR_DEFINED| Constructor and Description |
|---|
IAIKPKCS11MlDsaPrivateKey(TokenManager tokenManager,
iaik.pkcs.pkcs11.objects.PrivateKey privateKey)
Construct a private key object that is associated with the given PrivateKey object on the given token.
|
| Modifier and Type | Method and Description |
|---|---|
static IAIKPKCS11MlDsaPrivateKey |
create(TokenManager tokenManager,
MLDSAPrivateKey privateKey)
Create a private key object that is associated with the given PrivateKey object on the given token.
|
java.lang.String |
getAlgorithm()
The name of the algorthim of this key object; e.g.
|
create, getEncoded, getFormat, getKeyFactorycreate, destroy, finalize, getAlgorithmCode, getAlgorithmName, getAlias, getKeyID, getKeyObject, getSession, getTokenManager, isAutoDestroy, isDestroyed, jdk16AndEccelerate, setAutoDestroy, setSession, toStringpublic IAIKPKCS11MlDsaPrivateKey(TokenManager tokenManager, iaik.pkcs.pkcs11.objects.PrivateKey privateKey)
tokenManager - the token manager of the token where this key resides.privateKey - the PKCS#11 key object.public static IAIKPKCS11MlDsaPrivateKey create(TokenManager tokenManager, MLDSAPrivateKey privateKey)
tokenManager - the token manager of the token where this key resides.privateKey - the PKCS#11 key object.public java.lang.String getAlgorithm()
IAIKPKCS11KeygetAlgorithm in interface java.security.KeygetAlgorithm in class IAIKPKCS11KeyIAIK PKCS#11 Provider 1.10.0
(c) 2002 IAIK, (c) 2003, 2026 SIC