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
 

Subinterfaces of PBEBigIntegerEncryptor in org.jasypt.encryption.pbe
 interface PBEBigIntegerCleanablePasswordEncryptor
           Common interface for all Password Based Encryptors which receive a BigInteger message and return a BigInteger result, and provide means to set passwords as cleanable char[] objects (instead of immutable Strings).
 

Classes in org.jasypt.encryption.pbe that implement PBEBigIntegerEncryptor
 class PooledPBEBigIntegerEncryptor
           Pooled implementation of PBEBigIntegerEncryptor that in fact contains an array of StandardPBEBigIntegerEncryptor objects which are used to attend encrypt and decrypt requests in round-robin.
 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 HibernatePBEEncryptorRegistry.registerPBEBigIntegerEncryptor(String registeredName, PBEBigIntegerEncryptor encryptor)
          Registers a PBEBigIntegerEncryptor object with the specified name.
 void HibernatePBEBigIntegerEncryptor.setEncryptor(PBEBigIntegerEncryptor encryptor)
          Sets the PBEBigIntegerEncryptor to be held (wrapped) by this object.
 



Copyright © 2011 The JASYPT team. All Rights Reserved.