com.lowagie.bc.asn1
Class ASN1Encodable
java.lang.Object
com.lowagie.bc.asn1.ASN1Encodable
- DEREncodable
public abstract class ASN1Encodable
extends java.lang.Object
Abstract Syntax Notation One (ASN.1) is a formal language for abstractly describing messages to be exchanged between distributed computer systems.
equals
public boolean equals(Object o)
java.lang.Object.equals(java.lang.Object)
getEncoded
public byte[] getEncoded()
throws IOException
Encodes the ASN1Encodable object.
hashCode
public int hashCode()
java.lang.Object.hashCode()
toASN1Object
public abstract DERObject toASN1Object()
Abstract method that returns the object as an ASN1 object.