public class BERApplicationSpecific extends ASN1ApplicationSpecific
isConstructed, octets, tag| Constructor and Description | 
|---|
BERApplicationSpecific(boolean constructed,
                      int tag,
                      ASN1Encodable object)
Create an application specific object with the tagging style given by the value of constructed. 
 | 
BERApplicationSpecific(int tag,
                      ASN1Encodable object)
Create an application specific object with a tagging of explicit/constructed. 
 | 
BERApplicationSpecific(int tagNo,
                      ASN1EncodableVector vec)
Create an application specific object which is marked as constructed 
 | 
getApplicationTag, getContents, getInstance, getLengthOfHeader, getObject, getObject, hashCode, isConstructedequals, fromByteArray, toASN1PrimitivegetEncoded, getEncoded, hasEncodedTagValue, toASN1Objectpublic BERApplicationSpecific(int tag,
                              ASN1Encodable object)
                       throws java.io.IOException
tag - the tag number for this object.object - the object to be contained.java.io.IOExceptionpublic BERApplicationSpecific(boolean constructed,
                              int tag,
                              ASN1Encodable object)
                       throws java.io.IOException
constructed - true if the object is constructed.tag - the tag number for this object.object - the object to be contained.java.io.IOExceptionpublic BERApplicationSpecific(int tagNo,
                              ASN1EncodableVector vec)
tagNo - the tag number for this object.vec - the objects making up the application specific object.