Java org.bouncycastle.asn1 ASN1InputStream fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1 ASN1InputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1 ASN1InputStream.

The text is from its open source code.

Subclass

org.bouncycastle.asn1.ASN1InputStream has subclasses.
Click this link to see all its subclasses.

Constructor

ASN1InputStream(InputStream is)
ASN1InputStream(byte[] input)
Create an ASN1InputStream based on the input byte array.
ASN1InputStream(InputStream input, int limit, boolean lazyEvaluate)
Create an ASN1InputStream where no DER object will be longer than limit, and constructed objects such as sequences will be parsed lazily.
ASN1InputStream(byte[] input, boolean lazyEvaluate)
Create an ASN1InputStream based on the input byte array.
ASN1InputStream(InputStream input, int limit)
Create an ASN1InputStream where no DER object will be longer than limit.
ASN1InputStream(InputStream input, boolean lazyEvaluate)
Create an ASN1InputStream where no DER object will be longer than limit, and constructed objects such as sequences will be parsed lazily.

Method

ASN1PrimitivereadObject()