Class CramMD5
java.lang.Object
org.tmatesoft.svn.core.internal.io.svn.CramMD5
public class CramMD5
extends java.lang.Object
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
buildChallengeResponse
(byte[] challenge) void
setUserCredentials
(SVNPasswordAuthentication credentials) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myCredentials
-
-
Constructor Details
-
CramMD5
public CramMD5()
-
-
Method Details
-
setUserCredentials
-
buildChallengeResponse
public byte[] buildChallengeResponse(byte[] challenge) throws java.io.IOException - Throws:
java.io.IOException
-