Package org.xipki.security.pkcs12
Class KeystoreGenerationParameters
- java.lang.Object
-
- org.xipki.security.pkcs12.KeystoreGenerationParameters
-
public class KeystoreGenerationParameters extends Object
Parameters for the keystore generation.- Since:
- 2.2.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description KeystoreGenerationParameters(char[] password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char[]getPassword()SecureRandomgetRandom()voidsetRandom(SecureRandom random)
-
-
-
Method Detail
-
getRandom
public SecureRandom getRandom()
-
setRandom
public void setRandom(SecureRandom random)
-
getPassword
public char[] getPassword()
-
-