Package org.gudy.bouncycastle.asn1.cms
Class ContentInfo
java.lang.Object
org.gudy.bouncycastle.asn1.ASN1Encodable
org.gudy.bouncycastle.asn1.cms.ContentInfo
- All Implemented Interfaces:
CMSObjectIdentifiers
,DEREncodable
-
Field Summary
FieldsFields inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
BER, DER
Fields inherited from interface org.gudy.bouncycastle.asn1.cms.CMSObjectIdentifiers
compressedData, data, digestedData, encryptedData, envelopedData, signedAndEnvelopedData, signedData
-
Constructor Summary
ConstructorsConstructorDescriptionContentInfo
(ASN1Sequence seq) ContentInfo
(DERObjectIdentifier contentType, DEREncodable content) -
Method Summary
Modifier and TypeMethodDescriptionstatic ContentInfo
getInstance
(Object obj) Produce an object suitable for an ASN1OutputStream.Methods inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
-
Field Details
-
contentType
-
-
-
Constructor Details
-
ContentInfo
-
ContentInfo
-
-
Method Details
-
getInstance
-
getContentType
-
getContent
-
toASN1Object
Produce an object suitable for an ASN1OutputStream.ContentInfo ::= SEQUENCE { contentType ContentType, content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
- Specified by:
toASN1Object
in classASN1Encodable
-