|
Bouncy Castle Cryptography 1.24 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.pkcs.ContentInfo
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
ContentInfo(ASN1Sequence seq)
|
|
ContentInfo(DERObjectIdentifier contentType,
DEREncodable content)
|
|
| Method Summary | |
|---|---|
DEREncodable |
getContent()
|
DERObjectIdentifier |
getContentType()
|
DERObject |
getDERObject()
Produce an object suitable for an ASN1OutputStream. |
static ContentInfo |
getInstance(java.lang.Object obj)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentInfo(ASN1Sequence seq)
public ContentInfo(DERObjectIdentifier contentType,
DEREncodable content)
| Method Detail |
|---|
public static ContentInfo getInstance(java.lang.Object obj)
public DERObjectIdentifier getContentType()
public DEREncodable getContent()
public DERObject getDERObject()
ContentInfo ::= SEQUENCE {
contentType ContentType,
content
[0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
getDERObject in interface DEREncodable
|
Bouncy Castle Cryptography 1.24 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||