Uses of Class
org.bouncycastle.asn1.cms.TimeStampAndCRL
-
Packages that use TimeStampAndCRL Package Description org.bouncycastle.asn1.cms -
-
Uses of TimeStampAndCRL in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return TimeStampAndCRL Modifier and Type Method Description static TimeStampAndCRL
TimeStampAndCRL. getInstance(Object obj)
Return a TimeStampAndCRL object from the given object.TimeStampAndCRL[]
TimeStampTokenEvidence. toTimeStampAndCRLArray()
Constructors in org.bouncycastle.asn1.cms with parameters of type TimeStampAndCRL Constructor Description TimeStampTokenEvidence(TimeStampAndCRL timeStampAndCRL)
TimeStampTokenEvidence(TimeStampAndCRL[] timeStampAndCRLs)
-