org.jasypt.encryption.pbe
Interface PBEStringCleanablePasswordEncryptor
- All Superinterfaces:
- CleanablePasswordBased, PasswordBased, PBEStringEncryptor, StringEncryptor
- All Known Implementing Classes:
- PooledPBEStringEncryptor, StandardPBEStringEncryptor
public interface PBEStringCleanablePasswordEncryptor
- extends PBEStringEncryptor, CleanablePasswordBased
Common interface for all Password Based Encryptors which receive a
String message and return a String result, and provide means
to set passwords as cleanable char[] objects (instead of
immutable Strings).
For a default implementation, see StandardPBEStringEncryptor
.
- Since:
- 1.8
- Author:
- Daniel Fernández
Copyright © 2013 The JASYPT team. All Rights Reserved.