interface |
CleanablePasswordBased |
Common interface for all entities which can be set a password in char[] shape,
which can be cleaned once the encryptor is initialized so that no immutable
Strings containing the password are left in memory.
|
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.
|
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.
|
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.
|
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).
|
interface |
PBEStringEncryptor |
Common interface for all Password Based Encryptors which receive a
String message and return a String result.
|