public class ExternalSha512MlDsaSignature extends ExternalHashSignature
| Modifier and Type | Field and Description |
|---|---|
protected static long |
MECHANISM_CODE
The PKCS#11 mechanism code for this signature algorithm.
|
protected static long |
MESSAGE_DIGEST_ALGORITHM_CODE
The PKCS#11 mechanism code for the hash algorithm used in this signature algorithm.
|
protected static java.lang.String |
MESSAGE_DIGEST_ALGORITHM_NAME
The JCA name of the message digest algorithm.
|
protected static java.lang.String |
SIGNATURE_ALGORITHM_NAME
The JCA standard name of this signature algorithm.
|
messageDigest_currentKeyIsSoftwareKey_, initialized_, operationState_, pkcs11OperationInitialized_, privateKey_, publicKey_, session_, SIGN, softwareDelegate_, tokenManager_, usedMechanismInfos_, usedMechanisms_, VERIFY| Constructor and Description |
|---|
ExternalSha512MlDsaSignature() |
| Modifier and Type | Method and Description |
|---|---|
static PKCS11SignatureParameterSpec |
generateParameters(java.security.spec.AlgorithmParameterSpec spec) |
protected java.lang.String |
getAlgorithmName()
Get the JCA standard name of this signautre algorithm.
|
protected iaik.pkcs.pkcs11.Mechanism |
getMechanism()
Get the mechanism of this signature object.
|
protected java.lang.String |
getMessageDigestName()
Returns the message digest's name that this object uses to hash the data.
|
protected void |
pkcs11SetParameter(java.security.spec.AlgorithmParameterSpec spec)
SPI: Set the parameters for this signature object.
|
getMessageDigest, pkcs11InitSign, pkcs11InitVerify, pkcs11Sign, pkcs11Update, pkcs11Update, pkcs11Verify, prepareHashengineGetParameter, engineInitSign, engineInitVerify, engineSetParameter, engineSetParameter, engineSign, engineUpdate, engineUpdate, engineVerify, finalize, finalizePkcs11Operation, getUsedMechanismFeatures, getUsedMechanisms, initializePkcs11Operation, initializeSession, initializeSoftwareDelegate, isSupportedBy, pkcs11GetParameter, pkcs11SetParameterprotected static java.lang.String MESSAGE_DIGEST_ALGORITHM_NAME
protected static java.lang.String SIGNATURE_ALGORITHM_NAME
protected static long MESSAGE_DIGEST_ALGORITHM_CODE
PKCS11Constants.CKM_SHA512protected static long MECHANISM_CODE
PKCS11Constants#CKM_HASH_ML_DSAprotected java.lang.String getMessageDigestName()
ExternalHashSignaturegetMessageDigestName in class ExternalHashSignatureprotected java.lang.String getAlgorithmName()
PKCS11SignaturegetAlgorithmName in class PKCS11Signatureprotected iaik.pkcs.pkcs11.Mechanism getMechanism()
ExternalHashSignaturegetMechanism in class ExternalHashSignatureprotected void pkcs11SetParameter(java.security.spec.AlgorithmParameterSpec spec)
throws java.security.InvalidAlgorithmParameterException
PKCS11Signaturepkcs11SetParameter in class PKCS11Signaturespec - The KCS11SignatureParameterSpec that contains the PKCS#11 parameters.java.security.InvalidAlgorithmParameterException - If the .public static PKCS11SignatureParameterSpec generateParameters(java.security.spec.AlgorithmParameterSpec spec)
IAIK PKCS#11 Provider 1.10.0
(c) 2002 IAIK, (c) 2003, 2026 SIC