Package org.xipki.ca.server
Class CertprofileUtil
- java.lang.Object
-
- org.xipki.ca.server.CertprofileUtil
-
public class CertprofileUtil extends Object
CertProfile with identifier.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description CertprofileUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.xipki.ca.api.profile.Certprofile.SubjectInfogetSubject(org.xipki.ca.api.profile.Certprofile certprofile, org.bouncycastle.asn1.x500.X500Name requestedSubject)
-
-
-
Method Detail
-
getSubject
public static org.xipki.ca.api.profile.Certprofile.SubjectInfo getSubject(org.xipki.ca.api.profile.Certprofile certprofile, org.bouncycastle.asn1.x500.X500Name requestedSubject) throws org.xipki.ca.api.profile.CertprofileException, org.xipki.pki.BadCertTemplateException- Throws:
org.xipki.ca.api.profile.CertprofileExceptionorg.xipki.pki.BadCertTemplateException
-
-