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 IEncryptionSchemepublic sun.security.pkcs11.wrapper.CK_MECHANISM getMechanism()
getMechanism in interface IEncryptionSchemepublic byte[] getResult(byte[] aData)
throws SmartCardException
getResult in interface IEncryptionSchemeSmartCardExceptionpublic byte[] finalize(byte[] aData)
finalize in interface IEncryptionSchemeCopyright © 2025. All rights reserved.