public class Rsa_SS extends java.lang.Object implements ISignatureScheme
Constructor and Description |
---|
Rsa_SS(java.lang.String aSigningAlg,
long[] aMechanismList) |
Modifier and Type | Method and Description |
---|---|
static boolean |
_in(long aElement,
long[] aList) |
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
public static boolean _in(long aElement, long[] aList)
Copyright © 2025. All rights reserved.