Class NTLMEngine.HMACMD5
java.lang.Object
org.tmatesoft.svn.core.internal.io.dav.http.NTLMEngine.HMACMD5
- Enclosing class:
- NTLMEngine
static class NTLMEngine.HMACMD5
extends java.lang.Object
Cryptography support - HMACMD5 - algorithmically based on various web
resources by Karl Wright
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ipad
protected byte[] ipad -
opad
protected byte[] opad -
md5
protected java.security.MessageDigest md5
-
-
Constructor Details
-
HMACMD5
HMACMD5(byte[] input) throws NTLMEngineException - Throws:
NTLMEngineException
-
-
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
-