| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.bouncycastle.asn1.ASN1Encodable
org.gudy.bouncycastle.asn1.cms.ContentInfo
public class ContentInfo
| Field Summary | 
|---|
| Fields 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 | |
|---|---|
ContentInfo(ASN1Sequence seq)
 | 
|
ContentInfo(DERObjectIdentifier contentType,
            DEREncodable content)
 | 
|
| Method Summary | |
|---|---|
 DEREncodable | 
getContent()
 | 
 DERObjectIdentifier | 
getContentType()
 | 
static ContentInfo | 
getInstance(Object obj)
 | 
 DERObject | 
toASN1Object()
Produce an object suitable for an ASN1OutputStream.  | 
| Methods inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable | 
|---|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ContentInfo(ASN1Sequence seq)
public ContentInfo(DERObjectIdentifier contentType,
                   DEREncodable content)
| Method Detail | 
|---|
public static ContentInfo getInstance(Object obj)
public DERObjectIdentifier getContentType()
public DEREncodable getContent()
public DERObject toASN1Object()
 ContentInfo ::= SEQUENCE {
          contentType ContentType,
          content
          [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
 
toASN1Object in class ASN1Encodable
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||