Uses of Enum
org.glassfish.jersey.jdk.connector.internal.ProxyDigestAuthenticator.QOP
Packages that use ProxyDigestAuthenticator.QOP
-
Uses of ProxyDigestAuthenticator.QOP in org.glassfish.jersey.jdk.connector.internal
Fields in org.glassfish.jersey.jdk.connector.internal declared as ProxyDigestAuthenticator.QOPModifier and TypeFieldDescriptionprivate final ProxyDigestAuthenticator.QOPProxyDigestAuthenticator.DigestScheme.qopMethods in org.glassfish.jersey.jdk.connector.internal that return ProxyDigestAuthenticator.QOPModifier and TypeMethodDescriptionProxyDigestAuthenticator.DigestScheme.getQop()static ProxyDigestAuthenticator.QOPstatic ProxyDigestAuthenticator.QOPReturns the enum constant of this type with the specified name.static ProxyDigestAuthenticator.QOP[]ProxyDigestAuthenticator.QOP.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.QOPModifierConstructorDescription(package private)DigestScheme(String realm, String nonce, String opaque, ProxyDigestAuthenticator.QOP qop, ProxyDigestAuthenticator.Algorithm algorithm, boolean stale)