com.ning.http.util
public final class AuthenticatorUtils extends java.lang.Object
Constructor and Description |
---|
AuthenticatorUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
computeBasicAuthentication(ProxyServer proxyServer) |
static java.lang.String |
computeBasicAuthentication(Realm realm) |
static java.lang.String |
computeDigestAuthentication(Realm realm) |
public static java.lang.String computeBasicAuthentication(Realm realm) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public static java.lang.String computeBasicAuthentication(ProxyServer proxyServer) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public static java.lang.String computeDigestAuthentication(Realm realm) throws java.security.NoSuchAlgorithmException, java.io.UnsupportedEncodingException
java.security.NoSuchAlgorithmException
java.io.UnsupportedEncodingException
Copyright © 2014. All Rights Reserved.