public class KeystoreGenerationParameters extends Object
| Constructor and Description |
|---|
KeystoreGenerationParameters(char[] password) |
| Modifier and Type | Method and Description |
|---|---|
char[] |
getPassword() |
SecureRandom |
getRandom() |
void |
setRandom(SecureRandom random) |
public KeystoreGenerationParameters(char[] password)
public SecureRandom getRandom()
public void setRandom(SecureRandom random)
public char[] getPassword()
Copyright © 2020. All rights reserved.