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