kz.gamma.asn1.ess
Class ContentIdentifier
java.lang.Object
kz.gamma.asn1.ASN1Encodable
kz.gamma.asn1.ess.ContentIdentifier
- All Implemented Interfaces:
- kz.gamma.asn1.DEREncodable
public class ContentIdentifier
- extends kz.gamma.asn1.ASN1Encodable
|
Field Summary |
(package private) kz.gamma.asn1.ASN1OctetString |
value
|
| Fields inherited from class kz.gamma.asn1.ASN1Encodable |
BER, DER |
|
Constructor Summary |
ContentIdentifier(kz.gamma.asn1.ASN1OctetString value)
Create from OCTET STRING whose octets represent the identifier. |
ContentIdentifier(byte[] value)
Create from byte array representing the identifier. |
|
Method Summary |
static ContentIdentifier |
getInstance(java.lang.Object o)
|
kz.gamma.asn1.ASN1OctetString |
getValue()
|
kz.gamma.asn1.DERObject |
toASN1Object()
The definition of ContentIdentifier is
ContentIdentifier ::= OCTET STRING
id-aa-contentIdentifier OBJECT IDENTIFIER ::= { iso(1)
member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9)
smime(16) id-aa(2) 7 } |
| 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 |
value
kz.gamma.asn1.ASN1OctetString value
ContentIdentifier
public ContentIdentifier(kz.gamma.asn1.ASN1OctetString value)
- Create from OCTET STRING whose octets represent the identifier.
ContentIdentifier
public ContentIdentifier(byte[] value)
- Create from byte array representing the identifier.
getInstance
public static ContentIdentifier getInstance(java.lang.Object o)
getValue
public kz.gamma.asn1.ASN1OctetString getValue()
toASN1Object
public kz.gamma.asn1.DERObject toASN1Object()
- The definition of ContentIdentifier is
ContentIdentifier ::= OCTET STRING
id-aa-contentIdentifier OBJECT IDENTIFIER ::= { iso(1)
member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9)
smime(16) id-aa(2) 7 }
- Specified by:
toASN1Object in class kz.gamma.asn1.ASN1Encodable
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.