Package | Description |
---|---|
org.jasypt.encryption.pbe | |
org.jasypt.hibernate.encryptor |
Modifier and Type | Interface and Description |
---|---|
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).
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
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 © 2014 The JASYPT team. All Rights Reserved.