Java org.bouncycastle.asn1 ASN1ApplicationSpecific fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1 ASN1ApplicationSpecific fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1 ASN1ApplicationSpecific.

The text is from its open source code.

Method

intgetApplicationTag()
Return the tag number associated with this object,
byte[]getContents()
Return the contents of this object as a byte[]
ASN1ApplicationSpecificgetInstance(Object obj)
Return an ASN1ApplicationSpecific from the passed in object, which may be a byte array, or null.
ASN1PrimitivegetObject(int derTagNo)
Return the enclosed object assuming implicit tagging.