Uses of Class
org.apache.harmony.security.asn1.BerInputStream
| Package | Description |
|---|---|
| org.apache.harmony.security.asn1 |
-
Uses of BerInputStream in org.apache.harmony.security.asn1
Subclasses of BerInputStream in org.apache.harmony.security.asn1 Modifier and Type Class Description classDerInputStreamDecodes ASN.1 types encoded with DER (X.690)Methods in org.apache.harmony.security.asn1 with parameters of type BerInputStream Modifier and Type Method Description ObjectASN1Any. decode(BerInputStream in)ObjectASN1BitString. decode(BerInputStream in)ObjectASN1Boolean. decode(BerInputStream in)ObjectASN1Choice. decode(BerInputStream in)ObjectASN1Enumerated. decode(BerInputStream in)ObjectASN1Explicit. decode(BerInputStream in)ObjectASN1GeneralizedTime. decode(BerInputStream in)ObjectASN1Implicit. decode(BerInputStream in)ObjectASN1Integer. decode(BerInputStream in)ObjectASN1OctetString. decode(BerInputStream in)ObjectASN1Oid. decode(BerInputStream in)ObjectASN1Sequence. decode(BerInputStream in)ObjectASN1SequenceOf. decode(BerInputStream in)ObjectASN1Set. decode(BerInputStream in)ObjectASN1SetOf. decode(BerInputStream in)ObjectASN1StringType. decode(BerInputStream in)abstract ObjectASN1Type. decode(BerInputStream in)Decodes ASN.1 type.ObjectASN1UTCTime. decode(BerInputStream in)ObjectASN1Any. getDecodedObject(BerInputStream in)Extracts array of bytes that represents full encoding from BER input stream.ObjectASN1BitString.ASN1NamedBitList. getDecodedObject(BerInputStream in)ObjectASN1BitString. getDecodedObject(BerInputStream in)Extracts BitString object from BER input stream.ObjectASN1Boolean. getDecodedObject(BerInputStream in)Extracts Boolean object from BER input stream.ObjectASN1Enumerated. getDecodedObject(BerInputStream in)Extracts array of bytes from BER input stream.ObjectASN1Integer. getDecodedObject(BerInputStream in)Extracts array of bytes from BER input stream.ObjectASN1OctetString. getDecodedObject(BerInputStream in)Extracts array of bytes from BER input stream.ObjectASN1Oid. getDecodedObject(BerInputStream in)Extracts array of integers from BER input stream.ObjectASN1StringType. getDecodedObject(BerInputStream in)Extracts String object from BER input stream.ObjectASN1Time. getDecodedObject(BerInputStream in)protected ObjectASN1Type. getDecodedObject(BerInputStream in)Creates decoded object.