static class NTLMEngineImpl.HMACMD5
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected byte[] |
ipad |
protected java.security.MessageDigest |
md5 |
protected byte[] |
opad |
Constructor and Description |
---|
HMACMD5(byte[] input) |
Modifier and Type | Method and 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
|
protected byte[] ipad
protected byte[] opad
protected java.security.MessageDigest md5
HMACMD5(byte[] input) throws NTLMEngineException
NTLMEngineException