Uses of Interface
org.jasypt.encryption.pbe.PBEStringEncryptor

Packages that use PBEStringEncryptor
org.jasypt.encryption.pbe   
org.jasypt.hibernate.encryptor   
org.jasypt.hibernate.type   
org.jasypt.spring.security   
org.jasypt.spring.security2   
 

Uses of PBEStringEncryptor in org.jasypt.encryption.pbe
 

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.
 



Copyright © 2011 The JASYPT team. All Rights Reserved.