Package org.xipki.ca.gateway.conf
Class CaProfilesControl
- java.lang.Object
-
- org.xipki.ca.gateway.conf.CaProfilesControl
-
public class CaProfilesControl extends java.lang.ObjectGateway's CA-Profiles.- Since:
- 6.4.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description CaProfilesControl(CaProfileConf[] caProfiles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaProfileConfgetCaProfile(java.lang.String name)voidvalidate()
-
-
-
Constructor Detail
-
CaProfilesControl
public CaProfilesControl(CaProfileConf[] caProfiles)
-
-
Method Detail
-
getCaProfile
public CaProfileConf getCaProfile(java.lang.String name)
-
validate
public void validate() throws org.xipki.util.exception.InvalidConfException- Throws:
org.xipki.util.exception.InvalidConfException
-
-