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

Packages that use PBEByteEncryptor
org.jasypt.encryption.pbe   
org.jasypt.hibernate.encryptor   
org.jasypt.wicket   
 

Uses of PBEByteEncryptor in org.jasypt.encryption.pbe
 

Classes in org.jasypt.encryption.pbe that implement PBEByteEncryptor
 class PooledPBEByteEncryptor
           Pooled implementation of PBEByteEncryptor that in fact contains an array of StandardPBEByteEncryptor objects which are used to attend encrypt and decrypt requests in round-robin.
 class StandardPBEByteEncryptor
           Standard implementation of the PBEByteEncryptor interface.
 

Uses of PBEByteEncryptor in org.jasypt.hibernate.encryptor
 

Methods in org.jasypt.hibernate.encryptor that return PBEByteEncryptor
 PBEByteEncryptor HibernatePBEByteEncryptor.getEncryptor()
          Returns the encryptor which this object wraps.
 PBEByteEncryptor HibernatePBEEncryptorRegistry.getPBEByteEncryptor(String registeredName)
          Returns the PBEByteEncryptor registered with the specified name (if exists).
 

Methods in org.jasypt.hibernate.encryptor with parameters of type PBEByteEncryptor
 void HibernatePBEEncryptorRegistry.registerPBEByteEncryptor(String registeredName, PBEByteEncryptor encryptor)
          Registers a PBEByteEncryptor object with the specified name.
 void HibernatePBEByteEncryptor.setEncryptor(PBEByteEncryptor encryptor)
          Sets the PBEByteEncryptor to be held (wrapped) by this object.
 

Uses of PBEByteEncryptor in org.jasypt.wicket
 

Constructors in org.jasypt.wicket with parameters of type PBEByteEncryptor
JasyptCrypt(PBEByteEncryptor encryptor)
           Creates a new JasyptCrypt object, wrapping the passed encryptor.
JasyptCryptFactory(PBEByteEncryptor encryptor)
           Creates a new instance of JasyptCryptFactory.
 



Copyright © 2011 The JASYPT team. All Rights Reserved.