ASN1ApplicationSpecific.public class DERApplicationSpecific extends ASN1ApplicationSpecific
| Constructor and Description |
|---|
DERApplicationSpecific(boolean explicit,
int tagNo,
ASN1Encodable baseEncodable)
Deprecated.
Create an application specific object with the tagging style given by the value of explicit.
|
DERApplicationSpecific(int tag,
ASN1Encodable baseEncodable)
Deprecated.
Create an application specific object with a tagging of explicit/constructed.
|
DERApplicationSpecific(int tagNo,
ASN1EncodableVector contentsElements)
Deprecated.
Create an application specific object which is marked as constructed
|
DERApplicationSpecific(int tagNo,
byte[] contentsOctets)
Deprecated.
Create an application specific object from the passed in data.
|
getApplicationTag, getContents, getEnclosedObject, getInstance, getObject, getObjectParser, getTaggedObject, hasApplicationTag, hasContextTag, isConstructed, parseBaseUniversal, parseExplicitBaseObject, parseExplicitBaseTagged, parseImplicitBaseTagged, readObjectgetBaseObject, getBaseUniversal, getExplicitBaseObject, getExplicitBaseTagged, getImplicitBaseTagged, getInstance, getInstance, getInstance, getLoadedObject, getObject, getTagClass, getTagNo, hashCode, hasTag, isExplicit, toStringencodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1PrimitivegetEncoded, getEncoded, hasEncodedTagValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTagClass, getTagNo, hasTagtoASN1PrimitivegetLoadedObjectpublic DERApplicationSpecific(int tagNo,
byte[] contentsOctets)
tagNo - the tag number for this object.contentsOctets - the encoding of the object's body.public DERApplicationSpecific(int tag,
ASN1Encodable baseEncodable)
throws java.io.IOException
tag - the tag number for this object.baseEncodable - the object to be contained.java.io.IOExceptionpublic DERApplicationSpecific(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.IOExceptionpublic DERApplicationSpecific(int tagNo,
ASN1EncodableVector contentsElements)
tagNo - the tag number for this object.contentsElements - the objects making up the application specific object.