Searched refs:revocationReason (Results 1 – 2 of 2) sorted by relevance
18 private CRLReason revocationReason; field in RevokedInfo22 CRLReason revocationReason) in RevokedInfo() argument25 this.revocationReason = revocationReason; in RevokedInfo()35 this.revocationReason = CRLReason.getInstance(ASN1Enumerated.getInstance( in RevokedInfo()69 return revocationReason; in getRevocationReason()85 if (revocationReason != null) in toASN1Primitive()87 v.add(new DERTaggedObject(true, 0, revocationReason)); in toASN1Primitive()
105 ASN1_ENUMERATED *revocationReason; member183 ASN1_EXP_OPT(RevokedInfo, revocationReason, ASN1_ENUMERATED, 0)