| Package | Description |
|---|---|
| com.appslandia.common.crypto |
| Modifier and Type | Method | Description |
|---|---|---|
PbeEncryptor |
PbeEncryptor.copy() |
|
PbeEncryptor |
PbeEncryptor.setIterationCount(int iterationCount) |
|
PbeEncryptor |
PbeEncryptor.setKeySize(int keySize) |
|
PbeEncryptor |
PbeEncryptor.setPassword(char[] password) |
|
PbeEncryptor |
PbeEncryptor.setProvider(String provider) |
|
PbeEncryptor |
PbeEncryptor.setSaltSize(int saltSize) |
|
PbeEncryptor |
PbeEncryptor.setSecretKeyGenerator(SecretKeyGenerator secretKeyGenerator) |
|
PbeEncryptor |
PbeEncryptor.setSecurePassword(char[] password) |
|
PbeEncryptor |
PbeEncryptor.setSecurePassword(SecureString password) |
|
PbeEncryptor |
PbeEncryptor.setTransformation(String transformation) |
Copyright © 2018. All rights reserved.