Package | Description |
---|---|
org.jasypt.encryption.pbe |
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).
|
interface |
PBEByteEncryptor
Common interface for all Password Based Encryptors which receive a
byte array message and return a byte array result.
|
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. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.