Searched refs:inputBuf (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/org/ietf/jgss/
H A DGSSContext.java217 * @param inputBuf token generated by the peer. This parameter is ignored
219 * @param offset the offset within the inputBuf where the token begins.
236 public byte[] initSecContext(byte inputBuf[], int offset, int len) argument
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSContextImpl.java168 public byte[] initSecContext(byte inputBuf[], int offset, int len) argument
178 new ByteArrayInputStream(inputBuf, offset, len);

Completed in 34 milliseconds