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

Packages that use PBEBigIntegerEncryptor
org.jasypt.encryption.pbe   
org.jasypt.hibernate.encryptor   
 

Uses of PBEBigIntegerEncryptor in org.jasypt.encryption.pbe
 

Classes in org.jasypt.encryption.pbe that implement PBEBigIntegerEncryptor
 class StandardPBEBigIntegerEncryptor
           Standard implementation of the PBEBigIntegerEncryptor interface.
 

Uses of PBEBigIntegerEncryptor in org.jasypt.hibernate.encryptor
 

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

Methods in org.jasypt.hibernate.encryptor with parameters of type PBEBigIntegerEncryptor
 void HibernatePBEBigIntegerEncryptor.setEncryptor(PBEBigIntegerEncryptor encryptor)
          Sets the PBEBigIntegerEncryptor to be held (wrapped) by this object.
 



Copyright © 2008 The JASYPT team. All Rights Reserved.