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 |
DERApplicationSpecific
public DERApplicationSpecific(int tag,
byte[] value)
- Basic DERObject constructor.
valueOf
public static DERApplicationSpecific valueOf(int tag,
DEREncodable object)
throws IOException
- Static factory method, type-conversion operator.
- Throws:
IOException
getApplicationTag
public int getApplicationTag()
getObject
public DEREncodable getObject()
throws IOException
- Throws:
IOException
encode
public void encode(ASN1OutputStream out)
throws IOException
- Specified by:
encode in interface DEREncodable- Overrides:
encode in class DERObject
- Throws:
IOException
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.