Package org.apache.http.impl.auth
Class NTLMEngineImpl.HMACMD5
java.lang.Object
org.apache.http.impl.auth.NTLMEngineImpl.HMACMD5
- Enclosing class:
- NTLMEngineImpl
Cryptography support - HMACMD5 - algorithmically based on various web
resources by Karl Wright
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final byte[]
protected final MessageDigest
protected final byte[]
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ipad
protected final byte[] ipad -
opad
protected final byte[] opad -
md5
-
-
Constructor Details
-
HMACMD5
HMACMD5(byte[] input)
-
-
Method Details
-
getOutput
byte[] getOutput()Grab the current digest. This is the "answer". -
update
void update(byte[] input) Update by adding a complete array -
update
void update(byte[] input, int offset, int length) Update the algorithm
-