public class RSAPKCS_ES extends java.lang.Object implements IEncryptionScheme
Constructor and Description |
---|
RSAPKCS_ES() |
Modifier and Type | Method and Description |
---|---|
byte[] |
finalize(byte[] aData) |
sun.security.pkcs11.wrapper.CK_MECHANISM |
getMechanism() |
byte[] |
getResult(byte[] aData) |
void |
init(boolean aEncryption) |
public void init(boolean aEncryption)
init
in interface IEncryptionScheme
public sun.security.pkcs11.wrapper.CK_MECHANISM getMechanism()
getMechanism
in interface IEncryptionScheme
public byte[] getResult(byte[] aData) throws SmartCardException
getResult
in interface IEncryptionScheme
SmartCardException
public byte[] finalize(byte[] aData)
finalize
in interface IEncryptionScheme
Copyright © 2025. All rights reserved.