org.bouncycastle.asn1
public class DERApplicationSpecific extends ASN1Object
| Constructor Summary | |
|---|---|
| DERApplicationSpecific(int tag, byte[] octets) | |
| DERApplicationSpecific(int tag, DEREncodable object) | |
| DERApplicationSpecific(boolean explicit, int tag, DEREncodable object) | |
| Method Summary | |
|---|---|
| int | getApplicationTag() |
| byte[] | getContents() |
| DERObject | getObject() |
| DERObject | getObject(int derTagNo)
Return the enclosed object assuming implicit tagging.
|
| int | hashCode() |
| boolean | isConstructed() |
Parameters: derTagNo the type tag that should be applied to the object's contents.
Returns: the resulting object
Throws: IOException if reconstruction fails.