|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PBEStringEncryptor in org.jasypt.encryption.pbe |
---|
Subinterfaces of PBEStringEncryptor in org.jasypt.encryption.pbe | |
---|---|
interface |
PBEStringCleanablePasswordEncryptor
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). |
Classes in org.jasypt.encryption.pbe that implement PBEStringEncryptor | |
---|---|
class |
PooledPBEStringEncryptor
Pooled implementation of PBEStringEncryptor that in fact contains
an array of StandardPBEStringEncryptor objects which are used
to attend encrypt and decrypt requests in round-robin. |
class |
StandardPBEStringEncryptor
Standard implementation of the PBEStringEncryptor interface. |
Uses of PBEStringEncryptor in org.jasypt.hibernate.encryptor |
---|
Methods in org.jasypt.hibernate.encryptor that return PBEStringEncryptor | |
---|---|
PBEStringEncryptor |
HibernatePBEStringEncryptor.getEncryptor()
Returns the encryptor which this object wraps. |
PBEStringEncryptor |
HibernatePBEEncryptorRegistry.getPBEStringEncryptor(String registeredName)
Returns the PBEStringEncryptor registered with the specified name (if exists). |
Methods in org.jasypt.hibernate.encryptor with parameters of type PBEStringEncryptor | |
---|---|
void |
HibernatePBEEncryptorRegistry.registerPBEStringEncryptor(String registeredName,
PBEStringEncryptor encryptor)
Registers a PBEStringEncryptor object with the specified name. |
void |
HibernatePBEStringEncryptor.setEncryptor(PBEStringEncryptor encryptor)
Sets the PBEStringEncryptor to be held (wrapped) by this object. |
Uses of PBEStringEncryptor in org.jasypt.hibernate.type |
---|
Fields in org.jasypt.hibernate.type declared as PBEStringEncryptor | |
---|---|
protected PBEStringEncryptor |
AbstractEncryptedAsStringType.encryptor
|
Uses of PBEStringEncryptor in org.jasypt.spring.security |
---|
Methods in org.jasypt.spring.security with parameters of type PBEStringEncryptor | |
---|---|
void |
PBEPasswordEncoder.setPbeStringEncryptor(PBEStringEncryptor pbeStringEncryptor)
Sets a string digester to be used. |
Uses of PBEStringEncryptor in org.jasypt.spring.security2 |
---|
Methods in org.jasypt.spring.security2 with parameters of type PBEStringEncryptor | |
---|---|
void |
PBEPasswordEncoder.setPbeStringEncryptor(PBEStringEncryptor pbeStringEncryptor)
Sets a string digester to be used. |
Uses of PBEStringEncryptor in org.jasypt.spring.security3 |
---|
Methods in org.jasypt.spring.security3 with parameters of type PBEStringEncryptor | |
---|---|
void |
PBEPasswordEncoder.setPbeStringEncryptor(PBEStringEncryptor pbeStringEncryptor)
Sets a string digester to be used. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |