Uses of Class
org.bouncycastle.asn1.cms.TimeStampAndCRL
-
Packages that use TimeStampAndCRL Package Description org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630). -
-
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(java.lang.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)
-