Class CramMD5
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.svn.CramMD5
-
public class CramMD5 extends java.lang.Object
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description CramMD5()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
buildChallengeResponse(byte[] challenge)
void
setUserCredentials(SVNPasswordAuthentication credentials)
-
-
-
Method Detail
-
setUserCredentials
public void setUserCredentials(SVNPasswordAuthentication credentials)
-
buildChallengeResponse
public byte[] buildChallengeResponse(byte[] challenge) throws java.io.IOException
- Throws:
java.io.IOException
-
-