public class ContentHints extends ASN1Encodable
BER, DER| Constructor and Description |
|---|
ContentHints(DERObjectIdentifier contentType) |
ContentHints(DERObjectIdentifier contentType,
DERUTF8String contentDescription) |
| Modifier and Type | Method and Description |
|---|---|
DERUTF8String |
getContentDescription() |
DERObjectIdentifier |
getContentType() |
static ContentHints |
getInstance(Object o) |
DERObject |
toASN1Object()
ContentHints ::= SEQUENCE {
contentDescription UTF8String (SIZE (1..MAX)) OPTIONAL,
contentType ContentType }
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodepublic ContentHints(DERObjectIdentifier contentType)
public ContentHints(DERObjectIdentifier contentType, DERUTF8String contentDescription)
public static ContentHints getInstance(Object o)
public DERObjectIdentifier getContentType()
public DERUTF8String getContentDescription()
public DERObject toASN1Object()
ContentHints ::= SEQUENCE {
contentDescription UTF8String (SIZE (1..MAX)) OPTIONAL,
contentType ContentType }
toASN1Object in class ASN1EncodableCopyright © 2015. All rights reserved.