Searched refs:revocationTime (Results 1 – 2 of 2) 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()
104 ASN1_GENERALIZEDTIME *revocationTime; member182 ASN1_SIMPLE(RevokedInfo, revocationTime, ASN1_GENERALIZEDTIME),