Uses of Class
org.restlet.ext.crypto.DigestAuthenticator
-
Packages that use DigestAuthenticator Package Description org.restlet.ext.crypto.internal -
-
Uses of DigestAuthenticator in org.restlet.ext.crypto.internal
Fields in org.restlet.ext.crypto.internal declared as DigestAuthenticator Modifier and Type Field Description private DigestAuthenticatorHttpDigestVerifier. digestAuthenticatorThe associated digest authenticator.Methods in org.restlet.ext.crypto.internal that return DigestAuthenticator Modifier and Type Method Description DigestAuthenticatorHttpDigestVerifier. getDigestAuthenticator()Returns the associated digest authenticator.Methods in org.restlet.ext.crypto.internal with parameters of type DigestAuthenticator Modifier and Type Method Description voidHttpDigestVerifier. setDigestAuthenticator(DigestAuthenticator digestAuthenticator)Sets the associated digest authenticator.Constructors in org.restlet.ext.crypto.internal with parameters of type DigestAuthenticator Constructor Description HttpDigestVerifier(DigestAuthenticator digestAuthenticator, LocalVerifier wrappedVerifier, java.lang.String wrappedAlgorithm)Constructor.
-