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

java.lang.Object
  extended by org.apache.directory.shared.asn1.der.DERObject
      extended by org.apache.directory.shared.asn1.der.DERApplicationSpecific
All Implemented Interfaces:
DEREncodable

public class DERApplicationSpecific
extends DERObject

DER Application Specific object.


Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject
value
 
Constructor Summary
DERApplicationSpecific(int tag, byte[] value)
          Basic DERObject constructor.
 
Method Summary
 void encode(ASN1OutputStream out)
           
 int getApplicationTag()
           
 DEREncodable getObject()
           
static DERApplicationSpecific valueOf(int tag, DEREncodable object)
          Static factory method, type-conversion operator.
 
Methods inherited from class org.apache.directory.shared.asn1.der.DERObject
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DERApplicationSpecific

public DERApplicationSpecific(int tag,
                              byte[] value)
Basic DERObject constructor.

Method Detail

valueOf

public static DERApplicationSpecific valueOf(int tag,
                                             DEREncodable object)
                                      throws java.io.IOException
Static factory method, type-conversion operator.

Throws:
java.io.IOException

getApplicationTag

public int getApplicationTag()

getObject

public DEREncodable getObject()
                       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 © 2004-2011. All Rights Reserved.