org.apache.directory.shared.asn1.der
Class DERObjectIdentifier

java.lang.Object
  extended byorg.apache.directory.shared.asn1.der.DERObject
      extended byorg.apache.directory.shared.asn1.der.DERObjectIdentifier
All Implemented Interfaces:
DEREncodable

public class DERObjectIdentifier
extends DERObject


Field Summary
(package private)  java.lang.String identifier
           
 
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject
APPLICATION, BIT_STRING, BMP_STRING, BOOLEAN, CONSTRUCTED, ENUMERATED, EXTERNAL, GENERAL_STRING, GENERALIZED_TIME, GRAPHIC_STRING, IA5_STRING, INTEGER, NULL, NUMERIC_STRING, OBJECT_IDENTIFIER, OCTET_STRING, PRINTABLE_STRING, SEQUENCE, SET, T61_STRING, tag, TAGGED, TERMINATOR, UNIVERSAL_STRING, UTC_TIME, UTF8_STRING, value, VIDEOTEX_STRING, VISIBLE_STRING
 
Constructor Summary
(package private) DERObjectIdentifier(byte[] bytes)
           
 
Method Summary
 void encode(ASN1OutputStream out)
           
private  void writeField(java.io.OutputStream out, long fieldValue)
           
 
Methods inherited from class org.apache.directory.shared.asn1.der.DERObject
equals, getOctets, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identifier

java.lang.String identifier
Constructor Detail

DERObjectIdentifier

DERObjectIdentifier(byte[] bytes)
Method Detail

writeField

private void writeField(java.io.OutputStream out,
                        long fieldValue)
                 throws java.io.IOException
Throws:
java.io.IOException

encode

public void encode(ASN1OutputStream out)
            throws java.io.IOException
Specified by:
encode in interface DEREncodable
Overrides:
encode in class DERObject
Throws:
java.io.IOException


Copyright © 2003-2006 . All Rights Reserved.