コード例 #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);
 }
コード例 #2
0
 /** Read a ulong from a position within the message buffer */
 protected int readULong(int position) throws NTLMEngineException {
   return NTLMEngine.readULong(messageContents, position);
 }