org.bouncycastle.asn1
public abstract class ASN1Object extends DERObject
Method Summary | |
---|---|
boolean | equals(Object o) |
static ASN1Object | fromByteArray(byte[] data)
Create a base ASN.1 object from a byte stream.
|
abstract int | hashCode() |
Parameters: data the byte stream to parse.
Returns: the base ASN.1 object represented by the byte stream.
Throws: IOException if there is a problem parsing the data.