public class RSAPSS_SS extends java.lang.Object implements ISignatureScheme
Constructor and Description |
---|
RSAPSS_SS(java.security.spec.PSSParameterSpec aParams,
int aModBits,
long[] aSupportedMechanisms) |
Modifier and Type | Method and Description |
---|---|
static sun.security.pkcs11.wrapper.CK_MECHANISM |
getDefaultMechanismForPSS(tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg digestAlg) |
sun.security.pkcs11.wrapper.CK_MECHANISM |
getMechanism() |
byte[] |
getSignatureInput(byte[] aTobeSigned) |
void |
init(boolean aIsSigning) |
public RSAPSS_SS(java.security.spec.PSSParameterSpec aParams, int aModBits, long[] aSupportedMechanisms) throws SmartCardException
SmartCardException
public sun.security.pkcs11.wrapper.CK_MECHANISM getMechanism() throws SmartCardException
getMechanism
in interface ISignatureScheme
SmartCardException
public byte[] getSignatureInput(byte[] aTobeSigned) throws SmartCardException, sun.security.pkcs11.wrapper.PKCS11Exception
getSignatureInput
in interface ISignatureScheme
SmartCardException
sun.security.pkcs11.wrapper.PKCS11Exception
public void init(boolean aIsSigning)
init
in interface ISignatureScheme
public static sun.security.pkcs11.wrapper.CK_MECHANISM getDefaultMechanismForPSS(tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg digestAlg) throws SmartCardException
SmartCardException
Copyright © 2025. All rights reserved.