org.bouncycastle.asn1.ess
public class ContentHints extends ASN1Encodable
| Constructor Summary | |
|---|---|
| ContentHints(DERObjectIdentifier contentType) | |
| ContentHints(DERObjectIdentifier contentType, DERUTF8String contentDescription) | |
| Method Summary | |
|---|---|
| DERUTF8String | getContentDescription() |
| DERObjectIdentifier | getContentType() |
| static ContentHints | getInstance(Object o) |
| DERObject | toASN1Object()
ContentHints ::= SEQUENCE {
contentDescription UTF8String (SIZE (1..MAX)) OPTIONAL,
contentType ContentType }
|
ContentHints ::= SEQUENCE {
contentDescription UTF8String (SIZE (1..MAX)) OPTIONAL,
contentType ContentType }