Package org.xipki.ca.gateway.conf
Class KeystoreConf
- java.lang.Object
-
- org.xipki.ca.gateway.conf.KeystoreConf
-
public class KeystoreConf extends Object
Keystore configuration.- Since:
- 6.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description KeystoreConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKeystore()StringgetPassword()StringgetType()voidsetKeystore(String keystore)voidsetPassword(String password)voidsetType(String type)
-