Uses of Class
org.xipki.ca.api.mgmt.entry.CertprofileEntry
-
Packages that use CertprofileEntry Package Description org.xipki.ca.api.mgmt org.xipki.ca.api.mgmt.entry -
-
Uses of CertprofileEntry in org.xipki.ca.api.mgmt
Methods in org.xipki.ca.api.mgmt that return CertprofileEntry Modifier and Type Method Description CertprofileEntryCaConf. getCertprofile(String name)CertprofileEntryCaManager. getCertprofile(String profileName)Returns the certificate profile namedprofileName.CertprofileEntryMgmtRequest.AddCertprofile. getCertprofileEntry()CertprofileEntryMgmtResponse.GetCertprofile. getResult()Methods in org.xipki.ca.api.mgmt with parameters of type CertprofileEntry Modifier and Type Method Description voidCaManager. addCertprofile(CertprofileEntry certprofileEntry)Adds a certificate profile.voidCaConf. addProfile(CertprofileEntry profile)voidMgmtRequest.AddCertprofile. setCertprofileEntry(CertprofileEntry certprofileEntry)voidMgmtResponse.GetCertprofile. setResult(CertprofileEntry result)Constructors in org.xipki.ca.api.mgmt with parameters of type CertprofileEntry Constructor Description GetCertprofile(CertprofileEntry result) -
Uses of CertprofileEntry in org.xipki.ca.api.mgmt.entry
Methods in org.xipki.ca.api.mgmt.entry with parameters of type CertprofileEntry Modifier and Type Method Description booleanCertprofileEntry. equals(CertprofileEntry obj, boolean ignoreId)
-