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.IOExceptionpublic int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public DERObject getDERObject()
getDERObject in interface DEREncodableDEREncodable.getDERObject()public abstract DERObject toASN1Object()