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
-
-
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
-
-
-
Constructor Detail
-
HMACMD5
HMACMD5(byte[] input) throws NTLMEngineException
- Throws:
NTLMEngineException
-
-