Uses of Enum
org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.Algorithm
Packages that use ProxyDigestAuthenticator.Algorithm
-
Uses of ProxyDigestAuthenticator.Algorithm in org.glassfish.jersey.jdk.connector.internal
Fields in org.glassfish.jersey.jdk.connector.internal declared as ProxyDigestAuthenticator.AlgorithmModifier and TypeFieldDescriptionprivate final ProxyDigestAuthenticator.AlgorithmProxyDigestAuthenticator.DigestScheme.algorithmMethods in org.glassfish.jersey.jdk.connector.internal that return ProxyDigestAuthenticator.AlgorithmModifier and TypeMethodDescriptionProxyDigestAuthenticator.DigestScheme.getAlgorithm()Returns the enum constant of this type with the specified name.static ProxyDigestAuthenticator.Algorithm[]ProxyDigestAuthenticator.Algorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.glassfish.jersey.jdk.connector.internal with parameters of type ProxyDigestAuthenticator.AlgorithmModifierConstructorDescription(package private)DigestScheme(String realm, String nonce, String opaque, ProxyDigestAuthenticator.QOP qop, ProxyDigestAuthenticator.Algorithm algorithm, boolean stale)