|
Bouncy Castle Cryptography 1.19 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.asn1.pkcs.ContentInfo
Constructor Summary | |
ContentInfo(ASN1Sequence seq)
|
|
ContentInfo(DERObjectIdentifier contentType,
DEREncodable content)
|
Method Summary | |
DEREncodable |
getContent()
|
DERObjectIdentifier |
getContentType()
|
DERObject |
getDERObject()
ContentInfo ::= SEQUENCE { contentType ContentType, content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL } |
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.19 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |