Searched refs:revocationTime (Results 1 – 3 of 3) sorted by relevance
17 private ASN1GeneralizedTime revocationTime; field in RevokedInfo21 ASN1GeneralizedTime revocationTime, in RevokedInfo() argument24 this.revocationTime = revocationTime; in RevokedInfo()31 this.revocationTime = ASN1GeneralizedTime.getInstance(seq.getObjectAt(0)); in RevokedInfo()64 return revocationTime; in getRevocationTime()84 v.add(revocationTime); in toASN1Primitive()
21 private ASN1GeneralizedTime revocationTime; field in RevokedInfo25 ASN1GeneralizedTime revocationTime, in RevokedInfo() argument28 this.revocationTime = revocationTime; in RevokedInfo()35 this.revocationTime = ASN1GeneralizedTime.getInstance(seq.getObjectAt(0)); in RevokedInfo()68 return revocationTime; in getRevocationTime()88 v.add(revocationTime); in toASN1Primitive()
104 ASN1_GENERALIZEDTIME *revocationTime; member182 ASN1_SIMPLE(RevokedInfo, revocationTime, ASN1_GENERALIZEDTIME),