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