Package org.bouncycastle.asn1.ess
Class ContentHints
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ess.ContentHints
- All Implemented Interfaces:
ASN1Encodable,Encodable
-
Constructor Summary
ConstructorsConstructorDescriptionContentHints(ASN1ObjectIdentifier contentType) ContentHints(ASN1ObjectIdentifier contentType, DERUTF8String contentDescription) -
Method Summary
Modifier and TypeMethodDescriptionstatic ContentHintsContentHints ::= SEQUENCE { contentDescription UTF8String (SIZE (1..MAX)) OPTIONAL, contentType ContentType }Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
ContentHints
-
ContentHints
-
-
Method Details
-
getInstance
-
getContentType
-
getContentDescription
-
toASN1Primitive
ContentHints ::= SEQUENCE { contentDescription UTF8String (SIZE (1..MAX)) OPTIONAL, contentType ContentType }- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a primitive representation of this object.
-