|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.digt.trusted.asn1.ASN1Encodable
public abstract class ASN1Encodable
Constructor Summary | |
---|---|
ASN1Encodable()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
DERObject |
getDERObject()
|
byte[] |
getEncoded()
|
int |
hashCode()
|
abstract DERObject |
toASN1Object()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ASN1Encodable()
Method Detail |
---|
public byte[] getEncoded() throws java.io.IOException
java.io.IOException
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public DERObject getDERObject()
getDERObject
in interface DEREncodable
public abstract DERObject toASN1Object()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |