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 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 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 © 2008 The JASYPT team. All Rights Reserved.