Uses of Class
org.xipki.qa.ValidationResult
-
Packages that use ValidationResult Package Description org.xipki.qa.ca org.xipki.qa.ocsp -
-
Uses of ValidationResult in org.xipki.qa.ca
Methods in org.xipki.qa.ca that return ValidationResult Modifier and Type Method Description ValidationResultCertprofileQa. checkCert(byte[] certBytes, IssuerInfo issuerInfo, org.bouncycastle.asn1.x500.X500Name requestedSubject, org.bouncycastle.asn1.x509.SubjectPublicKeyInfo requestedPublicKey, org.bouncycastle.asn1.x509.Extensions requestedExtensions) -
Uses of ValidationResult in org.xipki.qa.ocsp
Methods in org.xipki.qa.ocsp that return ValidationResult Modifier and Type Method Description ValidationResultOcspQa. checkOcsp(org.bouncycastle.cert.ocsp.OCSPResp response, OcspError expectedOcspError)ValidationResultOcspQa. checkOcsp(org.bouncycastle.cert.ocsp.OCSPResp response, org.xipki.security.IssuerHash issuerHash, BigInteger serialNumber, byte[] encodedCert, OcspCertStatus expectedOcspStatus, OcspResponseOption responseOption, Instant exptectedRevTime, boolean noSigVerify)ValidationResultOcspQa. checkOcsp(org.bouncycastle.cert.ocsp.OCSPResp response, org.xipki.security.IssuerHash issuerHash, List<BigInteger> serialNumbers, Map<BigInteger,byte[]> encodedCerts, Map<BigInteger,OcspCertStatus> expectedOcspStatuses, Map<BigInteger,Instant> expectedRevTimes, OcspResponseOption responseOption, boolean noSigVerify)
-