Package org.bouncycastle.asn1.ess
Class ContentHints
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.ess.ContentHints
-
- All Implemented Interfaces:
ASN1Encodable
,Encodable
public class ContentHints extends ASN1Object
-
-
Constructor Summary
Constructors Constructor Description ContentHints(ASN1ObjectIdentifier contentType)
ContentHints(ASN1ObjectIdentifier contentType, DERUTF8String contentDescription)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DERUTF8String
getContentDescription()
ASN1ObjectIdentifier
getContentType()
static ContentHints
getInstance(java.lang.Object o)
ASN1Primitive
toASN1Primitive()
ContentHints ::= SEQUENCE { contentDescription UTF8String (SIZE (1..MAX)) OPTIONAL, contentType ContentType }-
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
-
-
-
Constructor Detail
-
ContentHints
public ContentHints(ASN1ObjectIdentifier contentType)
-
ContentHints
public ContentHints(ASN1ObjectIdentifier contentType, DERUTF8String contentDescription)
-
-
Method Detail
-
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 interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a primitive representation of this object.
-
-