public abstract class ASN1Encodable extends java.lang.Object implements DEREncodable
Constructor and Description |
---|
ASN1Encodable() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
DERObject |
getDERObject() |
byte[] |
getEncoded()
Encodes the ASN1Encodable object.
|
int |
hashCode() |
abstract DERObject |
toASN1Object()
Abstract method that returns the object as an ASN1 object.
|
public byte[] getEncoded() throws java.io.IOException
java.io.IOException
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public DERObject getDERObject()
getDERObject
in interface DEREncodable
DEREncodable.getDERObject()
public abstract DERObject toASN1Object()