Esempio n. 1
0
 /** Read a ushort from a position within the message buffer */
 protected int readUShort(int position) throws NTLMEngineException {
   return NTLMEngine.readUShort(messageContents, position);
 }