public interface BinaryEncryptor
Common interface for all util classes aimed at binary encryption
byte[]
decrypt(byte[] encryptedBinary)
encrypt(byte[] binary)
byte[] encrypt(byte[] binary)
binary
byte[] decrypt(byte[] encryptedBinary)
encryptedBinary
Copyright © 2013 The JASYPT team. All rights reserved.