Package org.xipki.ca.gateway.conf
Class PopControlConf
- java.lang.Object
-
- org.xipki.ca.gateway.conf.PopControlConf
-
public class PopControlConf extends Object
POP (proof-of-possession) control configuration.- Since:
- 6.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description PopControlConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeystoreConfgetDh()List<String>getSigAlgos()voidsetDh(KeystoreConf dh)voidsetSigAlgos(List<String> sigAlgos)
-
-
-
Method Detail
-
getDh
public KeystoreConf getDh()
-
setDh
public void setDh(KeystoreConf dh)
-
-