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