Package org.bouncycastle.asn1.cms
Class Evidence
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cms.Evidence
- All Implemented Interfaces:
ASN1Choice
,ASN1Encodable
,Encodable
RFC 5544:
Binding Documents with Time-Stamps; Evidence object.
Evidence ::= CHOICE { tstEvidence [0] TimeStampTokenEvidence, -- see RFC 3161 ersEvidence [1] EvidenceRecord, -- see RFC 4998 otherEvidence [2] OtherEvidence }
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Evidence
getInstance
(Object obj) Return an Evidence object from the given object.Method providing a primitive representation of this object suitable for encoding.Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
Evidence
-
-
Method Details
-
getInstance
Return an Evidence object from the given object.Accepted inputs:
-
Evidence
object -
ASN1TaggedObject
input formats with Evidence data inside
- Parameters:
obj
- the object we want converted.- Throws:
IllegalArgumentException
- if the object cannot be converted.
-
-
getTstEvidence
-
toASN1Primitive
Description copied from class:ASN1Object
Method providing a primitive representation of this object suitable for encoding.- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-