public interface ByteEncryptor
Common interface for all Encryptors which receive a byte array message and return a byte array result.
byte[] encrypt(byte[] message)
message
- the message to be encryptedbyte[] decrypt(byte[] encryptedMessage)
encryptedMessage
- the encrypted message to be decryptedCopyright © 2015 The JASYPT team. All rights reserved.