HomeSort by relevance Sort by last modified time
    Searched refs:revocationReason (Results 1 - 2 of 2) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
RevokedInfo.java 18 private CRLReason revocationReason;
22 CRLReason revocationReason)
25 this.revocationReason = revocationReason;
35 this.revocationReason = CRLReason.getInstance(ASN1Enumerated.getInstance(
69 return revocationReason;
77 * revocationReason [0] EXPLICIT CRLReason OPTIONAL }
85 if (revocationReason != null)
87 v.add(new DERTaggedObject(true, 0, revocationReason));
  /external/wpa_supplicant_8/src/crypto/
tls_openssl_ocsp.c 101 * revocationReason [0] EXPLICIT CRLReason OPTIONAL }
105 ASN1_ENUMERATED *revocationReason;
183 ASN1_EXP_OPT(RevokedInfo, revocationReason, ASN1_ENUMERATED, 0)

Completed in 1500 milliseconds