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

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

Introduction

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

The text is from its open source code.

Method

booleanequals(Object o)
booleanequals(ASN1Encodable other)
booleanequals(ASN1Primitive other)
ASN1PrimitivefromByteArray(byte[] data)
Create a base ASN.1 object from a byte stream.
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.
ASN1PrimitivetoASN1Primitive()