Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/
DByteBufferBerDataValueReader.java55 skipDefiniteLengthContents(contentsLength); in readDataValue()
60 skipDefiniteLengthContents(contentsLength); in readDataValue()
151 private void skipDefiniteLengthContents(int contentsLength) throws BerDataValueFormatException { in skipDefiniteLengthContents() method in ByteBufferBerDataValueReader
DInputStreamBerDataValueReader.java73 skipDefiniteLengthContents(in, contentsLength); in readDataValue()
78 skipDefiniteLengthContents(in, contentsLength); in readDataValue()
161 private static void skipDefiniteLengthContents(InputStream in, int len) in skipDefiniteLengthContents() method in InputStreamBerDataValueReader