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

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

Introduction

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

The text is from its open source code.

Method

byte[]getEncoded()
Return the default BER or DER encoding for this object.
ASN1TaggedObjectgetInstance(ASN1TaggedObject obj, boolean explicit)
ASN1TaggedObjectgetInstance(Object obj)
ASN1PrimitivegetObject()
Return whatever was following the tag.
intgetTagNo()
Return the tag number associated with this object.
booleanisEmpty()
booleanisExplicit()
return whether or not the object may be explicitly tagged.
StringtoString()