| java.lang.Object org.bouncycastle.asn1.ASN1Encodable org.bouncycastle.asn1.DERObject org.bouncycastle.asn1.ASN1Object
All known Subclasses: org.bouncycastle.asn1.ASN1OctetString, org.bouncycastle.asn1.DERUniversalString, org.bouncycastle.asn1.DERNumericString, org.bouncycastle.asn1.DERBoolean, org.bouncycastle.asn1.ASN1Set, org.bouncycastle.asn1.DERUTF8String, org.bouncycastle.asn1.DERApplicationSpecific, org.bouncycastle.asn1.DERT61String, org.bouncycastle.asn1.DERIA5String, org.bouncycastle.asn1.DERPrintableString, org.bouncycastle.asn1.DERObjectIdentifier, org.bouncycastle.asn1.DERVisibleString, org.bouncycastle.asn1.DERUTCTime, org.bouncycastle.asn1.ASN1Null, org.bouncycastle.asn1.ASN1TaggedObject, org.bouncycastle.asn1.DERGeneralString, org.bouncycastle.asn1.DERBMPString, org.bouncycastle.asn1.DERInteger, org.bouncycastle.asn1.DEREnumerated, org.bouncycastle.asn1.DERGeneralizedTime, org.bouncycastle.asn1.ASN1Sequence, org.bouncycastle.asn1.DERBitString,
fromByteArray | public static ASN1Object fromByteArray(byte[] data) throws IOException(Code) | | Create a base ASN.1 object from a byte stream.
Parameters: data - the byte stream to parse. the base ASN.1 object represented by the byte stream. exception: IOException - if there is a problem parsing the data. |
hashCode | abstract public int hashCode()(Code) | | |
|
|