Package | Description |
---|---|
org.jasypt.encryption.pbe | |
org.jasypt.hibernate.encryptor |
Modifier and Type | Interface and Description |
---|---|
interface |
PBEBigDecimalCleanablePasswordEncryptor
Common interface for all Password Based Encryptors which receive a
BigDecimal message and return a BigDecimal result, and provide means
to set passwords as cleanable char[] objects (instead of
immutable Strings).
|
Modifier and Type | Class and Description |
---|---|
class |
PooledPBEBigDecimalEncryptor
Pooled implementation of
PBEBigDecimalEncryptor that in fact contains
an array of StandardPBEBigDecimalEncryptor objects which are used
to attend encrypt and decrypt requests in round-robin. |
class |
StandardPBEBigDecimalEncryptor
Standard implementation of the
PBEBigDecimalEncryptor interface. |
Modifier and Type | Method and Description |
---|---|
PBEBigDecimalEncryptor |
HibernatePBEBigDecimalEncryptor.getEncryptor()
Returns the encryptor which this object wraps.
|
PBEBigDecimalEncryptor |
HibernatePBEEncryptorRegistry.getPBEBigDecimalEncryptor(String registeredName)
Returns the PBEBigDecimalEncryptor registered with the specified
name (if exists).
|
Modifier and Type | Method and Description |
---|---|
void |
HibernatePBEEncryptorRegistry.registerPBEBigDecimalEncryptor(String registeredName,
PBEBigDecimalEncryptor encryptor)
Registers a PBEBigDecimalEncryptor object with the specified
name.
|
void |
HibernatePBEBigDecimalEncryptor.setEncryptor(PBEBigDecimalEncryptor encryptor)
Sets the PBEBigDecimalEncryptor to be held (wrapped) by this
object.
|
Copyright © 2014 The JASYPT team. All Rights Reserved.