public interface BaseCipher
Modifier and Type | Method and Description |
---|---|
byte[] |
doFinal(byte[] aData)
Encrypts or decrypts data depending on the implementation.
|
java.lang.String |
getCipherAlgorithmStr()
Returns the name of cipher algorithm.
|
byte[] doFinal(byte[] aData) throws ESYAException
aData
- input to be encrypted/decryptedESYAException
java.lang.String getCipherAlgorithmStr()
Algorithms
class.Copyright © 2025. All rights reserved.