ASN1ApplicationSpecific
.public class BERApplicationSpecific extends ASN1ApplicationSpecific
Constructor and Description |
---|
BERApplicationSpecific(boolean explicit,
int tagNo,
ASN1Encodable baseEncodable)
Deprecated.
Create an application specific object with the tagging style given by the value of explicit.
|
BERApplicationSpecific(int tagNo,
ASN1Encodable baseEncodable)
Deprecated.
Create an application specific object with an explicit tag
|
BERApplicationSpecific(int tagNo,
ASN1EncodableVector contentsElements)
Deprecated.
Create an application specific object which is marked as constructed
|
getApplicationTag, getContents, getEnclosedObject, getInstance, getLoadedObject, getObject, getObject, getObjectParser, getTagClass, getTaggedObject, getTagNo, hasApplicationTag, hasContextTag, hashCode, hasTag, isConstructed, parseBaseUniversal, parseExplicitBaseObject, parseExplicitBaseTagged, parseImplicitBaseTagged, readObject
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
getEncoded, getEncoded, hasEncodedTagValue
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
toASN1Primitive
public BERApplicationSpecific(int tagNo, ASN1Encodable baseEncodable) throws java.io.IOException
tagNo
- the tag number for this object.baseEncodable
- the object to be contained.java.io.IOException
public BERApplicationSpecific(boolean explicit, int tagNo, ASN1Encodable baseEncodable) throws java.io.IOException
explicit
- true if the object is explicitly tagged.tagNo
- the tag number for this object.baseEncodable
- the object to be contained.java.io.IOException
public BERApplicationSpecific(int tagNo, ASN1EncodableVector contentsElements)
tagNo
- the tag number for this object.contentsElements
- the objects making up the application specific object.