Home
last modified time | relevance | path

Searched refs:indIn (Results 1 – 2 of 2) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1StreamParser.java154 IndefiniteLengthInputStream indIn = new IndefiniteLengthInputStream(_in, _limit); in readObject() local
155 ASN1StreamParser sp = new ASN1StreamParser(indIn, _limit); in readObject()
DASN1InputStream.java246 IndefiniteLengthInputStream indIn = new IndefiniteLengthInputStream(this, limit); in readObject() local
247 ASN1StreamParser sp = new ASN1StreamParser(indIn, limit); in readObject()