| Package | Description |
|---|---|
| com.appslandia.common.crypto |
| Modifier and Type | Class | Description |
|---|---|---|
class |
MacDigester |
|
class |
PbeEncryptor |
| Modifier and Type | Method | 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 © 2018. All rights reserved.