|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PBEStringEncryptor | |
---|---|
org.jasypt.encryption.pbe | |
org.jasypt.hibernate.encryptor | |
org.jasypt.hibernate.type | |
org.jasypt.spring.security | |
org.jasypt.springsecurity |
Uses of PBEStringEncryptor in org.jasypt.encryption.pbe |
---|
Classes in org.jasypt.encryption.pbe that implement PBEStringEncryptor | |
---|---|
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.springsecurity |
---|
Methods in org.jasypt.springsecurity with parameters of type PBEStringEncryptor | |
---|---|
void |
PBEPasswordEncoder.setPbeStringEncryptor(PBEStringEncryptor pbeStringEncryptor)
Deprecated. Sets a string digester to be used. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |