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
SmartCardExceptionpublic sun.security.pkcs11.wrapper.CK_MECHANISM getMechanism()
throws SmartCardException
getMechanism in interface ISignatureSchemeSmartCardExceptionpublic byte[] getSignatureInput(byte[] aTobeSigned)
throws SmartCardException,
sun.security.pkcs11.wrapper.PKCS11Exception
getSignatureInput in interface ISignatureSchemeSmartCardExceptionsun.security.pkcs11.wrapper.PKCS11Exceptionpublic void init(boolean aIsSigning)
init in interface ISignatureSchemepublic static sun.security.pkcs11.wrapper.CK_MECHANISM getDefaultMechanismForPSS(tr.gov.tubitak.uekae.esya.api.crypto.alg.DigestAlg digestAlg)
throws SmartCardException
SmartCardExceptionCopyright © 2025. All rights reserved.