public class CertprofileQa extends Object
| Constructor and Description |
|---|
CertprofileQa(byte[] dataBytes) |
CertprofileQa(String data) |
| Modifier and Type | Method and Description |
|---|---|
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)
Copyright © 2023. All rights reserved.