Home
last modified time | relevance | path

Searched refs:certStatus (Results 1 – 19 of 19) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
DBasicOCSPRespBuilder.java41 CertStatus certStatus; field in BasicOCSPRespBuilder.ResponseObject
48 CertificateStatus certStatus, in ResponseObject() argument
55 if (certStatus == null) in ResponseObject()
57 this.certStatus = new CertStatus(); in ResponseObject()
59 else if (certStatus instanceof UnknownStatus) in ResponseObject()
61 this.certStatus = new CertStatus(2, DERNull.INSTANCE); in ResponseObject()
65 RevokedStatus rs = (RevokedStatus)certStatus; in ResponseObject()
69 this.certStatus = new CertStatus( in ResponseObject()
74 this.certStatus = new CertStatus( in ResponseObject()
96 …return new SingleResponse(certId.toASN1Primitive(), certStatus, thisUpdate, nextUpdate, extensions… in toResponse()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
DSingleResponse.java18 private CertStatus certStatus; field in SingleResponse
33 CertStatus certStatus, in SingleResponse() argument
38 this(certID, certStatus, thisUpdate, nextUpdate, Extensions.getInstance(singleExtensions)); in SingleResponse()
43 CertStatus certStatus, in SingleResponse() argument
49 this.certStatus = certStatus; in SingleResponse()
59 this.certStatus = CertStatus.getInstance(seq.getObjectAt(1)); in SingleResponse()
113 return certStatus; in getCertStatus()
147 v.add(certStatus); in toASN1Primitive()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/ocsp/
DSingleResponse.java22 private CertStatus certStatus; field in SingleResponse
37 CertStatus certStatus, in SingleResponse() argument
42 this(certID, certStatus, thisUpdate, nextUpdate, Extensions.getInstance(singleExtensions)); in SingleResponse()
47 CertStatus certStatus, in SingleResponse() argument
53 this.certStatus = certStatus; in SingleResponse()
63 this.certStatus = CertStatus.getInstance(seq.getObjectAt(1)); in SingleResponse()
117 return certStatus; in getCertStatus()
151 v.add(certStatus); in toASN1Primitive()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/pkix/jcajce/
DCertStatus.java11 int certStatus = UNREVOKED; field in CertStatus
36 return certStatus; in getCertStatus()
42 public void setCertStatus(int certStatus) in setCertStatus() argument
44 this.certStatus = certStatus; in setCertStatus()
DRFC3280CertPathUtilities.java803 CertStatus certStatus, in processCRLI() argument
809 RevocationUtilities.getCertStatus(validDate, deltacrl, cert, certStatus); in processCRLI()
817 CertStatus certStatus) in processCRLJ() argument
820 if (certStatus.getCertStatus() == CertStatus.UNREVOKED) in processCRLJ()
822 RevocationUtilities.getCertStatus(validDate, completecrl, cert, certStatus); in processCRLJ()
852 CertStatus certStatus, in checkCRL() argument
876 …while (crl_iter.hasNext() && certStatus.getCertStatus() == CertStatus.UNREVOKED && !reasonMask.isA… in checkCRL()
948 … RFC3280CertPathUtilities.processCRLI(validityDate, deltaCRL, cert, certStatus, paramsPKIX); in checkCRL()
951 RFC3280CertPathUtilities.processCRLJ(validityDate, crl, cert, certStatus); in checkCRL()
954 if (certStatus.getCertStatus() == CRLReason.removeFromCRL) in checkCRL()
[all …]
DRevocationUtilities.java305 …rotected static void getCertStatus(Date validDate, X509CRL crl, Object cert, CertStatus certStatus) in getCertStatus() argument
392 certStatus.setCertStatus(reasonCodeValue); in getCertStatus()
393 certStatus.setRevocationDate(revocationDate); in getCertStatus()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DCertStatus.java11 int certStatus = UNREVOKED; field in CertStatus
36 return certStatus; in getCertStatus()
42 public void setCertStatus(int certStatus) in setCertStatus() argument
44 this.certStatus = certStatus; in setCertStatus()
DRFC3280CertPathUtilities.java761 CertStatus certStatus, in processCRLI() argument
767 CertPathValidatorUtilities.getCertStatus(validDate, deltacrl, cert, certStatus); in processCRLI()
775 CertStatus certStatus) in processCRLJ() argument
778 if (certStatus.getCertStatus() == CertStatus.UNREVOKED) in processCRLJ()
780 CertPathValidatorUtilities.getCertStatus(validDate, completecrl, cert, certStatus); in processCRLJ()
1672 CertStatus certStatus, in checkCRL() argument
1700 …while (crl_iter.hasNext() && certStatus.getCertStatus() == CertStatus.UNREVOKED && !reasonMask.isA… in checkCRL()
1772 … RFC3280CertPathUtilities.processCRLI(validityDate, deltaCRL, cert, certStatus, paramsPKIX); in checkCRL()
1775 RFC3280CertPathUtilities.processCRLJ(validityDate, crl, cert, certStatus); in checkCRL()
1778 if (certStatus.getCertStatus() == CRLReason.removeFromCRL) in checkCRL()
[all …]
DCertPathValidatorUtilities.java938 CertStatus certStatus) in getCertStatus() argument
1023 certStatus.setCertStatus(reasonCodeValue); in getCertStatus()
1024 certStatus.setRevocationDate(crl_entry.getRevocationDate()); in getCertStatus()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DCertStatus.java12 int certStatus = UNREVOKED; field in CertStatus
37 return certStatus; in getCertStatus()
43 public void setCertStatus(int certStatus) in setCertStatus() argument
45 this.certStatus = certStatus; in setCertStatus()
DRFC3280CertPathUtilities.java762 CertStatus certStatus, in processCRLI() argument
768 CertPathValidatorUtilities.getCertStatus(validDate, deltacrl, cert, certStatus); in processCRLI()
776 CertStatus certStatus) in processCRLJ() argument
779 if (certStatus.getCertStatus() == CertStatus.UNREVOKED) in processCRLJ()
781 CertPathValidatorUtilities.getCertStatus(validDate, completecrl, cert, certStatus); in processCRLJ()
1673 CertStatus certStatus, in checkCRL() argument
1701 …while (crl_iter.hasNext() && certStatus.getCertStatus() == CertStatus.UNREVOKED && !reasonMask.isA… in checkCRL()
1773 … RFC3280CertPathUtilities.processCRLI(validityDate, deltaCRL, cert, certStatus, paramsPKIX); in checkCRL()
1776 RFC3280CertPathUtilities.processCRLJ(validityDate, crl, cert, certStatus); in checkCRL()
1779 if (certStatus.getCertStatus() == CRLReason.removeFromCRL) in checkCRL()
[all …]
DCertPathValidatorUtilities.java939 CertStatus certStatus) in getCertStatus() argument
1024 certStatus.setCertStatus(reasonCodeValue); in getCertStatus()
1025 certStatus.setRevocationDate(crl_entry.getRevocationDate()); in getCertStatus()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/
DCertStatus.java12 int certStatus = UNREVOKED; field in CertStatus
37 return certStatus; in getCertStatus()
43 public void setCertStatus(int certStatus) in setCertStatus() argument
45 this.certStatus = certStatus; in setCertStatus()
DRFC3280CertPathUtilities.java762 CertStatus certStatus, in processCRLI() argument
768 CertPathValidatorUtilities.getCertStatus(validDate, deltacrl, cert, certStatus); in processCRLI()
776 CertStatus certStatus) in processCRLJ() argument
779 if (certStatus.getCertStatus() == CertStatus.UNREVOKED) in processCRLJ()
781 CertPathValidatorUtilities.getCertStatus(validDate, completecrl, cert, certStatus); in processCRLJ()
1673 CertStatus certStatus, in checkCRL() argument
1701 …while (crl_iter.hasNext() && certStatus.getCertStatus() == CertStatus.UNREVOKED && !reasonMask.isA… in checkCRL()
1773 … RFC3280CertPathUtilities.processCRLI(validityDate, deltaCRL, cert, certStatus, paramsPKIX); in checkCRL()
1776 RFC3280CertPathUtilities.processCRLJ(validityDate, crl, cert, certStatus); in checkCRL()
1779 if (certStatus.getCertStatus() == CRLReason.removeFromCRL) in checkCRL()
[all …]
DCertPathValidatorUtilities.java939 CertStatus certStatus) in getCertStatus() argument
1024 certStatus.setCertStatus(reasonCodeValue); in getCertStatus()
1025 certStatus.setRevocationDate(crl_entry.getRevocationDate()); in getCertStatus()
/external/python/pyasn1-modules/tools/
Docspclient.py166 producedAt, certId, certStatus, thisUpdate = parseOcspResponse(ocspRsp) variable
169 certStatus, producedAt, thisUpdate))
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl_ocsp.c133 CertStatus *certStatus; member
194 ASN1_SIMPLE(SingleResponse, certStatus, CertStatus),
742 switch (sresp->certStatus->type) { in check_ocsp_resp()
820 if (matching_resp->certStatus->type == 1) { in check_ocsp_resp()
827 if (matching_resp->certStatus->type != 0) { in check_ocsp_resp()
/external/boringssl/src/ssl/test/runner/
Dhandshake_server.go1711 certStatus := new(certificateStatusMsg)
1712 certStatus.statusType = statusTypeOCSP
1713 certStatus.response = hs.cert.OCSPStaple
1715 certStatus.response = config.Bugs.SendOCSPResponseOnRenegotiation
1717 hs.writeServerHash(certStatus.marshal())
1718 c.writeRecord(recordTypeHandshake, certStatus.marshal())
/external/scapy/test/
Dx509.uts248 assert(isinstance(singleResponse.certStatus.certStatus, OCSP_GoodInfo))