| Package | Description |
|---|---|
| com.appslandia.common.crypto |
| Modifier and Type | Class and Description |
|---|---|
class |
MbeDigester |
class |
PbeEncryptor |
| Modifier and Type | Method and Description |
|---|---|
PbeCrypto |
PbeCrypto.setIterationCount(int iterationCount) |
PbeCrypto |
PbeCrypto.setKeySize(int keySize) |
PbeCrypto |
PbeCrypto.setPassword(char[] password) |
PbeCrypto |
PbeCrypto.setSaltSize(int saltSize) |
PbeCrypto |
PbeCrypto.setSecretKeyGenerator(SecretKeyGenerator secretKeyGenerator) |
PbeCrypto |
PbeCrypto.setSecurePassword(char[] password) |
PbeCrypto |
PbeCrypto.setSecurePassword(SecureString password) |
Copyright © 2017. All rights reserved.