Package | Description |
---|---|
org.jasypt.encryption.pbe | |
org.jasypt.hibernate.encryptor | |
org.jasypt.wicket |
Modifier and Type | Interface and Description |
---|---|
interface |
PBEByteCleanablePasswordEncryptor
Common interface for all Password Based Encryptors which receive a
byte array message and return a byte array result, and provide means
to set passwords as cleanable char[] objects (instead of
immutable Strings).
|
Modifier and Type | Class and Description |
---|---|
class |
PooledPBEByteEncryptor
Pooled implementation of
PBEByteEncryptor that in fact contains
an array of StandardPBEByteEncryptor objects which are used
to attend encrypt and decrypt requests in round-robin. |
class |
StandardPBEByteEncryptor
Standard implementation of the
PBEByteEncryptor interface. |
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
void |
HibernatePBEEncryptorRegistry.registerPBEByteEncryptor(String registeredName,
PBEByteEncryptor encryptor)
Registers a PBEByteEncryptor object with the specified
name.
|
void |
HibernatePBEByteEncryptor.setEncryptor(PBEByteEncryptor encryptor)
Sets the PBEByteEncryptor to be held (wrapped) by this
object.
|
Constructor and Description |
---|
JasyptCrypt(PBEByteEncryptor encryptor)
Creates a new JasyptCrypt object, wrapping the passed
encryptor.
|
JasyptCryptFactory(PBEByteEncryptor encryptor)
Creates a new instance of JasyptCryptFactory.
|
Copyright © 2014 The JASYPT team. All rights reserved.