public class InternalSha512EcdsaSignature extends PKCS11Signature
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
SIGNATURE_ALGORITHM_NAME
The JCA standard name of this signature algorithm.
|
currentKeyIsSoftwareKey_, initialized_, operationState_, pkcs11OperationInitialized_, privateKey_, publicKey_, session_, SIGN, softwareDelegate_, tokenManager_, usedMechanismInfos_, usedMechanisms_, VERIFY| Constructor and Description |
|---|
InternalSha512EcdsaSignature()
Public default constructor to enable instantiation via Class.forName(String).
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getAlgorithmName()
Get the JCA standard name of this signature algorithm.
|
protected iaik.pkcs.pkcs11.Mechanism |
getMechanism()
Get the mechanism of this signature object.
|
protected byte[] |
pkcs11Sign()
Create the signature value (ANSI X9.62, same as X.509 format).
|
protected boolean |
pkcs11Verify(byte[] signature)
Verifies the given signature (ANSI X9.62, same as X.509 format).
|
engineGetParameter, engineInitSign, engineInitVerify, engineSetParameter, engineSetParameter, engineSign, engineUpdate, engineUpdate, engineVerify, finalize, finalizePkcs11Operation, getUsedMechanismFeatures, getUsedMechanisms, initializePkcs11Operation, initializeSession, initializeSoftwareDelegate, isSupportedBy, pkcs11GetParameter, pkcs11InitSign, pkcs11InitVerify, pkcs11SetParameter, pkcs11SetParameter, pkcs11Update, pkcs11Updateprotected static java.lang.String SIGNATURE_ALGORITHM_NAME
public InternalSha512EcdsaSignature()
protected iaik.pkcs.pkcs11.Mechanism getMechanism()
protected java.lang.String getAlgorithmName()
getAlgorithmName in class PKCS11Signatureprotected byte[] pkcs11Sign()
throws java.security.SignatureException
pkcs11Sign in class PKCS11Signaturejava.security.SignatureException - If an error occurs when creating the signature.protected boolean pkcs11Verify(byte[] signature)
throws java.security.SignatureException
pkcs11Verify in class PKCS11Signaturesignature - The signature bytes to be verified.true if signature is OK, false otherwise.java.security.SignatureException - If an error occurs when verifying the signature.IAIK PKCS#11 Provider 1.10.0
(c) 2002 IAIK, (c) 2003, 2026 SIC