Package org.xipki.ca.gateway.conf
Class CaNameSignerConf
- java.lang.Object
-
- org.xipki.ca.gateway.conf.CaNameSignerConf
-
public class CaNameSignerConf extends Object
- Since:
- 6.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description CaNameSignerConf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getNames()SignerConfgetSigner()voidsetNames(List<String> names)voidsetSigner(SignerConf signer)
-
-
-
Method Detail
-
getSigner
public SignerConf getSigner()
-
setSigner
public void setSigner(SignerConf signer)
-
-