org.bouncycastle.asn1
Class ASN1Encodable
java.lang.Object
org.bouncycastle.asn1.ASN1Encodable
- DEREncodable
public abstract class ASN1Encodable
extends java.lang.Object
static String | BER
|
static String | DER
|
BER
public static final String BER
DER
public static final String DER
equals
public boolean equals(Object o)
getDEREncoded
public byte[] getDEREncoded()
Return the DER encoding of the object, null if the DER encoding can not be made.
- a DER byte array, null otherwise.
getEncoded
public byte[] getEncoded()
throws IOException
getEncoded
public byte[] getEncoded(String encoding)
throws IOException
hashCode
public int hashCode()
toASN1Object
public abstract DERObject toASN1Object()