Modifier and Type | Interface and Description |
---|---|
interface |
PBEStringCleanablePasswordEncryptor
Common interface for all Password Based Encryptors which receive a
String message and return a String result, and provide means
to set passwords as cleanable char[] objects (instead of
immutable Strings).
|
Modifier and Type | Class and Description |
---|---|
class |
PooledPBEStringEncryptor
Pooled implementation of
PBEStringEncryptor that in fact contains
an array of StandardPBEStringEncryptor objects which are used
to attend encrypt and decrypt requests in round-robin. |
class |
StandardPBEStringEncryptor
Standard implementation of the
PBEStringEncryptor interface. |
Modifier and Type | Method and Description |
---|---|
PBEStringEncryptor |
HibernatePBEStringEncryptor.getEncryptor()
Returns the encryptor which this object wraps.
|
PBEStringEncryptor |
HibernatePBEEncryptorRegistry.getPBEStringEncryptor(String registeredName)
Returns the PBEStringEncryptor registered with the specified
name (if exists).
|
Modifier and Type | Method and Description |
---|---|
void |
HibernatePBEEncryptorRegistry.registerPBEStringEncryptor(String registeredName,
PBEStringEncryptor encryptor)
Registers a PBEStringEncryptor object with the specified
name.
|
void |
HibernatePBEStringEncryptor.setEncryptor(PBEStringEncryptor encryptor)
Sets the PBEStringEncryptor to be held (wrapped) by this
object.
|
Modifier and Type | Field and Description |
---|---|
protected PBEStringEncryptor |
AbstractEncryptedAsStringType.encryptor |
Modifier and Type | Method and Description |
---|---|
void |
PBEPasswordEncoder.setPbeStringEncryptor(PBEStringEncryptor pbeStringEncryptor)
Sets a string digester to be used.
|
Modifier and Type | Method and Description |
---|---|
void |
PBEPasswordEncoder.setPbeStringEncryptor(PBEStringEncryptor pbeStringEncryptor)
Sets a string digester to be used.
|
Modifier and Type | Method and Description |
---|---|
void |
PBEPasswordEncoder.setPbeStringEncryptor(PBEStringEncryptor pbeStringEncryptor)
Sets a string digester to be used.
|
Copyright © 2015 The JASYPT team. All rights reserved.