public class ECDSA_SS extends java.lang.Object implements ISignatureScheme
| Constructor and Description |
|---|
ECDSA_SS(java.lang.String aSigningAlg,
long[] aMechanismList) |
| Modifier and Type | Method and Description |
|---|---|
sun.security.pkcs11.wrapper.CK_MECHANISM |
getMechanism() |
byte[] |
getSignatureInput(byte[] aMessage) |
void |
init(boolean aIsSigning) |
public sun.security.pkcs11.wrapper.CK_MECHANISM getMechanism()
throws SmartCardException
getMechanism in interface ISignatureSchemeSmartCardExceptionpublic byte[] getSignatureInput(byte[] aMessage)
throws SmartCardException
getSignatureInput in interface ISignatureSchemeSmartCardExceptionpublic void init(boolean aIsSigning)
init in interface ISignatureSchemeCopyright © 2025. All rights reserved.