org.bouncycastle.asn1.ess
Class ContentHints
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ess.ContentHints
- All Implemented Interfaces:
- ASN1Encodable
public class ContentHints
- extends ASN1Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ContentHints
public ContentHints(DERObjectIdentifier contentType)
- Deprecated. use ASN1ObjectIdentifier
ContentHints
public ContentHints(DERObjectIdentifier contentType,
DERUTF8String contentDescription)
- Deprecated. use ASN1ObjectIdentifier
ContentHints
public ContentHints(ASN1ObjectIdentifier contentType)
ContentHints
public ContentHints(ASN1ObjectIdentifier contentType,
DERUTF8String contentDescription)
getInstance
public static ContentHints getInstance(java.lang.Object o)
getContentType
public ASN1ObjectIdentifier getContentType()
getContentDescription
public DERUTF8String getContentDescription()
toASN1Primitive
public ASN1Primitive toASN1Primitive()
ContentHints ::= SEQUENCE {
contentDescription UTF8String (SIZE (1..MAX)) OPTIONAL,
contentType ContentType }
- Specified by:
toASN1Primitive
in interface ASN1Encodable
- Specified by:
toASN1Primitive
in class ASN1Object