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