public final class AuthenticatorUtils extends Object
| Constructor and Description |
|---|
AuthenticatorUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
computeBasicAuthentication(ProxyServer proxyServer) |
static String |
computeBasicAuthentication(Realm realm) |
static String |
computeDigestAuthentication(Realm realm) |
public static String computeBasicAuthentication(Realm realm) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static String computeBasicAuthentication(ProxyServer proxyServer) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static String computeDigestAuthentication(Realm realm) throws NoSuchAlgorithmException, UnsupportedEncodingException
Copyright © 2015. All rights reserved.