org.apache.directory.shared.asn1.der
Class DERApplicationSpecific
java.lang.Object
org.apache.directory.shared.asn1.der.DERObject
org.apache.directory.shared.asn1.der.DERApplicationSpecific
- All Implemented Interfaces:
- DEREncodable
public class DERApplicationSpecific
- extends DERObject
DER Application Specific object.
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject |
value |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DERApplicationSpecific
public DERApplicationSpecific(int tag,
byte[] value)
- Basic DERObject constructor.
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 © 2003-2011 Apache Software Foundation. All Rights Reserved.