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

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

Introduction

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

The text is from its open source code.

Constructor

Method

byte[]getEncoded()
Return the default BER or DER encoding for this object.
byte[]getEncoded(String encoding)
Return either the default for "BER" or a DER encoding if "DER" is specified.
ASN1PrimitivegetObject()
Return whatever was following the tag.
ASN1EncodablegetObjectParser(int tag, boolean isExplicit)
Return the object held in this tagged object as a parser assuming it has the type of the passed in tag.
intgetTagNo()
Return the tag number associated with this object.
booleanisEmpty()
booleanisExplicit()
return whether or not the object may be explicitly tagged.
ASN1PrimitivetoASN1Object()