public class Iso9796_2_SC1 extends java.lang.Object implements ISignatureScheme
| Constructor and Description |
|---|
Iso9796_2_SC1(java.lang.String aSignatureAlg,
int aKeyLength) |
| Modifier and Type | Method and Description |
|---|---|
sun.security.pkcs11.wrapper.CK_MECHANISM |
getMechanism() |
byte[] |
getSignatureInput(byte[] aTobeSigned) |
void |
init(boolean aIsSigning) |
public Iso9796_2_SC1(java.lang.String aSignatureAlg,
int aKeyLength)
public sun.security.pkcs11.wrapper.CK_MECHANISM getMechanism()
getMechanism in interface ISignatureSchemepublic 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 ISignatureSchemeCopyright © 2025. All rights reserved.