public class InternalSha512RsaPssSignature extends PKCS11Signature
Modifier and Type | Field and Description |
---|---|
protected iaik.pkcs.pkcs11.Mechanism |
mechanism_
The mechanism of this siganture object which contains parameters also.
|
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.
|
currentKeyIsSoftwareKey_, initialized_, operationState_, pkcs11OperationInitialized_, privateKey_, publicKey_, session_, SIGN, softwareDelegate_, tokenManager_, usedMechanismInfos_, usedMechanisms_, VERIFY
Constructor and Description |
---|
InternalSha512RsaPssSignature()
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 signautre algorithm.
|
protected iaik.pkcs.pkcs11.Mechanism |
getMechanism()
Get the mechanism of this signature object.
|
protected void |
pkcs11SetParameter(java.security.spec.AlgorithmParameterSpec parametersSpec)
SPI: Set the parameters for this signature object.
|
engineGetParameter, engineInitSign, engineInitVerify, engineSetParameter, engineSetParameter, engineSign, engineUpdate, engineUpdate, engineVerify, finalize, finalizePkcs11Operation, getUsedMechanismFeatures, getUsedMechanisms, initializePkcs11Operation, initializeSession, initializeSoftwareDelegate, isSupportedBy, pkcs11GetParameter, pkcs11InitSign, pkcs11InitVerify, pkcs11SetParameter, pkcs11Sign, pkcs11Update, pkcs11Update, pkcs11Verify
protected static java.lang.String SIGNATURE_ALGORITHM_NAME
protected PKCS11SignatureParameterSpec parametersSpec_
protected iaik.pkcs.pkcs11.Mechanism mechanism_
public InternalSha512RsaPssSignature()
protected java.lang.String getAlgorithmName()
getAlgorithmName
in class PKCS11Signature
protected void pkcs11SetParameter(java.security.spec.AlgorithmParameterSpec parametersSpec) throws java.security.InvalidAlgorithmParameterException
pkcs11SetParameter
in class PKCS11Signature
parametersSpec
- The KCS11SignatureParameterSpec that contains the PKCS#11 parameters.java.security.InvalidAlgorithmParameterException
- If the parameters are of incorrect type.protected iaik.pkcs.pkcs11.Mechanism getMechanism()
getMechanism
in class PKCS11Signature
IAIK JavaSecurity Website https://jce.iaik.tugraz.at/
IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2023 IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved. Version 1.9.4