Searched defs:lenByte (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/util/
H A DDerInputStream.java426 byte lenByte = (byte)buffer.read();
427 int len = getLength(lenByte, buffer);
435 indefData[1] = lenByte;
624 static int getLength(int lenByte, InputStream in) throws IOException { argument
626 if (lenByte == -1) {
631 tmp = lenByte;

Completed in 22 milliseconds