public interface IDBBinaryEncryptor
Modifier and Type | Method and Description |
---|---|
byte[] |
decrypt(byte[] value) |
byte[] |
encrypt(byte[] value) |
boolean |
isMigrate() |
void |
migrate(EDBEncryptionAlgorithm algorithm,
String password,
boolean active) |
byte[] encrypt(byte[] value) throws org.jasypt.exceptions.EncryptionOperationNotPossibleException, org.jasypt.exceptions.EncryptionInitializationException
org.jasypt.exceptions.EncryptionOperationNotPossibleException
org.jasypt.exceptions.EncryptionInitializationException
byte[] decrypt(byte[] value) throws org.jasypt.exceptions.EncryptionOperationNotPossibleException, org.jasypt.exceptions.EncryptionInitializationException
org.jasypt.exceptions.EncryptionOperationNotPossibleException
org.jasypt.exceptions.EncryptionInitializationException
void migrate(EDBEncryptionAlgorithm algorithm, String password, boolean active)
boolean isMigrate()
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.