Package org.apache.http.impl.auth
Class NTLMEngineImpl.MD4
- java.lang.Object
-
- org.apache.http.impl.auth.NTLMEngineImpl.MD4
-
- Enclosing class:
- NTLMEngineImpl
static class NTLMEngineImpl.MD4 extends java.lang.Object
Cryptography support - MD4. The following class was based loosely on the RFC and on code found at http://www.cs.umd.edu/~harry/jotp/src/md.java. Code correctness was verified by looking at MD4.java from the jcifs library (http://jcifs.samba.org). It was massaged extensively to the final form found here by Karl Wright (kwright@metacarta.com).
-
-
Constructor Summary
Constructors Constructor Description MD4()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) byte[]
getOutput()
protected void
processBuffer()
protected void
round1(int[] d)
protected void
round2(int[] d)
protected void
round3(int[] d)
(package private) void
update(byte[] input)
-