public class MlDsaSignature extends PKCS11BufferingSignature
| Modifier and Type | Field and Description |
|---|---|
protected PKCS11SignatureParameterSpec |
parametersSpec_
The parameters for this signature object.
|
protected static java.lang.String |
SIGNATURE_ALGORITHM_NAME
The JCA standard name of this signature algorithm.
|
buffer_currentKeyIsSoftwareKey_, initialized_, operationState_, pkcs11OperationInitialized_, privateKey_, publicKey_, session_, SIGN, softwareDelegate_, tokenManager_, usedMechanismInfos_, usedMechanisms_, VERIFY| Constructor and Description |
|---|
MlDsaSignature() |
| 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 void |
pkcs11SetParameter(java.security.spec.AlgorithmParameterSpec spec)
SPI: Set the parameters for this signature object.
|
pkcs11InitSign, pkcs11InitVerify, pkcs11Sign, pkcs11Update, pkcs11VerifyengineGetParameter, engineInitSign, engineInitVerify, engineSetParameter, engineSetParameter, engineSign, engineUpdate, engineUpdate, engineVerify, finalize, finalizePkcs11Operation, getUsedMechanismFeatures, getUsedMechanisms, initializePkcs11Operation, initializeSession, initializeSoftwareDelegate, isSupportedBy, pkcs11GetParameter, pkcs11SetParameter, pkcs11Updateprotected static java.lang.String SIGNATURE_ALGORITHM_NAME
protected PKCS11SignatureParameterSpec parametersSpec_
protected java.lang.String getAlgorithmName()
PKCS11SignaturegetAlgorithmName in class PKCS11Signatureprotected iaik.pkcs.pkcs11.Mechanism getMechanism()
PKCS11BufferingSignaturegetMechanism in class PKCS11BufferingSignatureprotected 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