org.bouncycastle.asn1
public abstract class ASN1Encodable extends Object implements DEREncodable
| Field Summary | |
|---|---|
| static String | BER |
| static String | DER |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| byte[] | getDEREncoded()
Return the DER encoding of the object, null if the DER encoding can not be made.
|
| DERObject | getDERObject() |
| byte[] | getEncoded() |
| byte[] | getEncoded(String encoding) |
| int | hashCode() |
| abstract DERObject | toASN1Object() |
Returns: a DER byte array, null otherwise.