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

/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSHeader.java249 private int getLength(int lenByte, InputStream in) throws IOException { argument
252 tmp = lenByte;
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDerInputStream.java348 byte lenByte = (byte)buffer.read();
349 int len = getLength((lenByte & 0xff), buffer);
357 indefData[1] = lenByte;
545 static int getLength(int lenByte, InputStream in) throws IOException { argument
548 tmp = lenByte;

Completed in 42 milliseconds