Package org.xipki.qa.ca
Class CertprofileQa
- java.lang.Object
-
- org.xipki.qa.ca.CertprofileQa
-
public class CertprofileQa extends Object
QA for Certprofile.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description CertprofileQa(byte[] dataBytes)CertprofileQa(String data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationResultcheckCert(byte[] certBytes, IssuerInfo issuerInfo, org.bouncycastle.asn1.x500.X500Name requestedSubject, org.bouncycastle.asn1.x509.SubjectPublicKeyInfo requestedPublicKey, org.bouncycastle.asn1.x509.Extensions requestedExtensions)
-
-
-
Constructor Detail
-
CertprofileQa
public CertprofileQa(String data) throws org.xipki.ca.api.profile.CertprofileException
- Throws:
org.xipki.ca.api.profile.CertprofileException
-
CertprofileQa
public CertprofileQa(byte[] dataBytes) throws org.xipki.ca.api.profile.CertprofileException- Throws:
org.xipki.ca.api.profile.CertprofileException
-
-
Method Detail
-
checkCert
public ValidationResult checkCert(byte[] certBytes, IssuerInfo issuerInfo, org.bouncycastle.asn1.x500.X500Name requestedSubject, org.bouncycastle.asn1.x509.SubjectPublicKeyInfo requestedPublicKey, org.bouncycastle.asn1.x509.Extensions requestedExtensions)
-
-