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
SmartCardException
byte[] getResult(byte[] aData) throws SmartCardException
SmartCardException
byte[] finalize(byte[] aData)
Copyright © 2025. All rights reserved.