kz.gamma.asn1.ess
Class ContentHints
java.lang.Object
kz.gamma.asn1.ASN1Encodable
kz.gamma.asn1.ess.ContentHints
- All Implemented Interfaces:
- kz.gamma.asn1.DEREncodable
public class ContentHints
- extends kz.gamma.asn1.ASN1Encodable
| Fields inherited from class kz.gamma.asn1.ASN1Encodable |
BER, DER |
|
Constructor Summary |
private |
ContentHints(kz.gamma.asn1.ASN1Sequence seq)
constructor |
|
ContentHints(kz.gamma.asn1.DERObjectIdentifier contentType)
|
|
ContentHints(kz.gamma.asn1.DERObjectIdentifier contentType,
kz.gamma.asn1.DERUTF8String contentDescription)
|
| Methods inherited from class kz.gamma.asn1.ASN1Encodable |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
contentDescription
private kz.gamma.asn1.DERUTF8String contentDescription
contentType
private kz.gamma.asn1.DERObjectIdentifier contentType
ContentHints
private ContentHints(kz.gamma.asn1.ASN1Sequence seq)
- constructor
ContentHints
public ContentHints(kz.gamma.asn1.DERObjectIdentifier contentType)
ContentHints
public ContentHints(kz.gamma.asn1.DERObjectIdentifier contentType,
kz.gamma.asn1.DERUTF8String contentDescription)
getInstance
public static ContentHints getInstance(java.lang.Object o)
getContentType
public kz.gamma.asn1.DERObjectIdentifier getContentType()
getContentDescription
public kz.gamma.asn1.DERUTF8String getContentDescription()
toASN1Object
public kz.gamma.asn1.DERObject toASN1Object()
ContentHints ::= SEQUENCE {
contentDescription UTF8String (SIZE (1..MAX)) OPTIONAL,
contentType ContentType }
- Specified by:
toASN1Object in class kz.gamma.asn1.ASN1Encodable
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.