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 ISignatureScheme
SmartCardException
public byte[] getSignatureInput(byte[] aMessage) throws SmartCardException
getSignatureInput
in interface ISignatureScheme
SmartCardException
public void init(boolean aIsSigning)
init
in interface ISignatureScheme
Copyright © 2025. All rights reserved.