public interface IEncryptionScheme
| 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) |
void init(boolean aEncryption)
sun.security.pkcs11.wrapper.CK_MECHANISM getMechanism()
throws SmartCardException
SmartCardExceptionbyte[] getResult(byte[] aData)
throws SmartCardException
SmartCardExceptionbyte[] finalize(byte[] aData)
Copyright © 2025. All rights reserved.