Package org.apache.http.impl.auth
Class NTLMEngineImpl.HMACMD5
- java.lang.Object
-
- org.apache.http.impl.auth.NTLMEngineImpl.HMACMD5
-
- Enclosing class:
- NTLMEngineImpl
static class NTLMEngineImpl.HMACMD5 extends java.lang.Object
Cryptography support - HMACMD5 - algorithmically based on various web resources by Karl Wright
-
-
Constructor Summary
Constructors Constructor Description HMACMD5(byte[] input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) byte[]
getOutput()
Grab the current digest.(package private) void
update(byte[] input)
Update by adding a complete array(package private) void
update(byte[] input, int offset, int length)
Update the algorithm
-