| Package | Description |
|---|---|
| com.appslandia.common.crypto |
| Modifier and Type | Class and Description |
|---|---|
class |
DsaSigner |
class |
MbeSigner |
class |
PbeEncryptor |
class |
PoolEncryptor |
class |
SignedEncryptor |
| Modifier and Type | Method and Description |
|---|---|
Encryptor |
Encryptor.copy() |
abstract Encryptor |
SecureString.EncryptorFactory.newEncryptor() |
| Modifier and Type | Method and Description |
|---|---|
TextEncryptor |
TextEncryptor.setEncryptor(Encryptor encryptor) |
SignedEncryptor |
SignedEncryptor.setEncryptor(Encryptor encryptor) |
PoolEncryptor |
PoolEncryptor.setEncryptor(Encryptor encryptor) |
| Constructor and Description |
|---|
PoolEncryptor(Encryptor encryptor) |
PoolEncryptor(Encryptor encryptor,
int poolSize) |
SecureConfig(Encryptor encryptor) |
SignedEncryptor(Encryptor encryptor,
Digester signer) |
TextEncryptor(Encryptor encryptor) |
Copyright © 2017. All rights reserved.