Ejemplo n.º 1
0
 /** Read a security buffer from a position within the message buffer */
 protected byte[] readSecurityBuffer(int position) throws NTLMEngineException {
   return NTLMEngine.readSecurityBuffer(messageContents, position);
 }
Ejemplo n.º 2
0
 /** Read a ulong from a position within the message buffer */
 protected int readULong(int position) throws NTLMEngineException {
   return NTLMEngine.readULong(messageContents, position);
 }