public class CertprofileQa extends Object
| Constructor and Description |
|---|
CertprofileQa(byte[] dataBytes) |
CertprofileQa(String data) |
| Modifier and Type | Method and Description |
|---|---|
static Map<org.bouncycastle.asn1.ASN1ObjectIdentifier,QaExtensionValue> |
buildConstantExtesions(Map<String,org.xipki.ca.certprofile.xijson.conf.ExtensionType> extensionsType) |
ValidationResult |
checkCert(byte[] certBytes,
IssuerInfo issuerInfo,
org.bouncycastle.asn1.x500.X500Name requestedSubject,
org.bouncycastle.asn1.x509.SubjectPublicKeyInfo requestedPublicKey,
org.bouncycastle.asn1.x509.Extensions requestedExtensions) |
public CertprofileQa(String data) throws org.xipki.ca.api.profile.CertprofileException
org.xipki.ca.api.profile.CertprofileExceptionpublic CertprofileQa(byte[] dataBytes)
throws org.xipki.ca.api.profile.CertprofileException
org.xipki.ca.api.profile.CertprofileExceptionpublic ValidationResult checkCert(byte[] certBytes, IssuerInfo issuerInfo, org.bouncycastle.asn1.x500.X500Name requestedSubject, org.bouncycastle.asn1.x509.SubjectPublicKeyInfo requestedPublicKey, org.bouncycastle.asn1.x509.Extensions requestedExtensions)
public static Map<org.bouncycastle.asn1.ASN1ObjectIdentifier,QaExtensionValue> buildConstantExtesions(Map<String,org.xipki.ca.certprofile.xijson.conf.ExtensionType> extensionsType) throws org.xipki.ca.api.profile.CertprofileException
org.xipki.ca.api.profile.CertprofileExceptionCopyright © 2020. All rights reserved.