Uses of Class
org.xipki.ca.api.profile.Certprofile
-
Packages that use Certprofile Package Description org.xipki.ca.api org.xipki.ca.api.profile -
-
Uses of Certprofile in org.xipki.ca.api
Methods in org.xipki.ca.api with parameters of type Certprofile Modifier and Type Method Description static voidCertprofileValidator. validate(Certprofile certprofile) -
Uses of Certprofile in org.xipki.ca.api.profile
Subclasses of Certprofile in org.xipki.ca.api.profile Modifier and Type Class Description classBaseCertprofileBase Certprofile.Methods in org.xipki.ca.api.profile that return Certprofile Modifier and Type Method Description CertprofileCertprofileFactory. newCertprofile(String type)Create new Certprofile of given type.CertprofileCertprofileFactoryRegister. newCertprofile(String type)Create new Certprofile of given type.
-