Class CertprofileQa


  • public class CertprofileQa
    extends Object
    QA for Certprofile.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    • 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)