public abstract class ASN1Object
extends DERObject
Constructor and Description |
---|
ASN1Object() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static org.bouncycastle.asn1.ASN1Sequence |
fromByteArray(byte[] data)
Create a base ASN.1 object from a byte stream.
|
abstract int |
hashCode() |
public static org.bouncycastle.asn1.ASN1Sequence fromByteArray(byte[] data) throws java.io.IOException
data
- the byte stream to parse.java.io.IOException
- if there is a problem parsing the data.public final boolean equals(java.lang.Object o)
public abstract int hashCode()