Package org.eclipse.jgit.transport
Class HttpAuthMethod.Digest
java.lang.Object
org.eclipse.jgit.transport.HttpAuthMethod
org.eclipse.jgit.transport.HttpAuthMethod.Digest
- Enclosing class:
- HttpAuthMethod
Performs HTTP digest authentication.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jgit.transport.HttpAuthMethod
HttpAuthMethod.Type -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final char[]private Stringprivate static final SecureRandomprivate intprivate StringFields inherited from class org.eclipse.jgit.transport.HttpAuthMethod
EMPTY_STRING, SCHEMA_NAME_SEPARATOR, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidUpdate this method with the given username and password pair.(package private) voidUpdate connection properties based on this authentication method.private static Stringprivate static Stringprivate static StringLHEX(byte[] bin) private static MessageDigestnewMD5()private static StringMethods inherited from class org.eclipse.jgit.transport.HttpAuthMethod
authorize, getType, scanResponse
-
Field Details
-
PRNG
-
params
-
requestCount
private int requestCount -
user
-
pass
-
LHEX
private static final char[] LHEX
-
-
Constructor Details
-
Digest
Digest(String hdr)
-
-
Method Details
-
authorize
Description copied from class:HttpAuthMethodUpdate this method with the given username and password pair.- Specified by:
authorizein classHttpAuthMethod
-
configureRequest
Description copied from class:HttpAuthMethodUpdate connection properties based on this authentication method.- Specified by:
configureRequestin classHttpAuthMethod- Throws:
IOException
-
uri
-
H
-
KD
-
newMD5
-
LHEX
-
parse
-