Uses of Class
org.restlet.security.LocalVerifier
-
Packages that use LocalVerifier Package Description org.restlet.ext.crypto Support for cryptography including Amazon S3 and Windows Azure client authentication.org.restlet.ext.crypto.internal org.restlet.security Classes related to security. -
-
Uses of LocalVerifier in org.restlet.ext.crypto
Methods in org.restlet.ext.crypto that return LocalVerifier Modifier and Type Method Description LocalVerifierAwsAuthenticator. getWrappedVerifier()Returns the secret verifier that will be wrapped by the real verifier supporting all the HTTP AWS verifications.Methods in org.restlet.ext.crypto that return types with arguments of type LocalVerifier Modifier and Type Method Description DigestVerifier<LocalVerifier>DigestAuthenticator. getVerifier()Methods in org.restlet.ext.crypto with parameters of type LocalVerifier Modifier and Type Method Description voidAwsAuthenticator. setWrappedVerifier(LocalVerifier verifier)Sets the secret verifier that will be wrapped by the real verifier supporting all the HTTP AWS verifications.voidDigestAuthenticator. setWrappedVerifier(LocalVerifier localVerifier)Sets the secret verifier that will be wrapped by real verifier supporting all the HTTP DIGEST verifications (nonce, domain URIs, etc.). -
Uses of LocalVerifier in org.restlet.ext.crypto.internal
Fields in org.restlet.ext.crypto.internal declared as LocalVerifier Modifier and Type Field Description private LocalVerifierAwsVerifier. wrappedVerifierThe local secret verifier.Methods in org.restlet.ext.crypto.internal that return LocalVerifier Modifier and Type Method Description LocalVerifierAwsVerifier. getWrappedVerifier()Returns the wrapped local secret verifier.Methods in org.restlet.ext.crypto.internal with parameters of type LocalVerifier Modifier and Type Method Description voidAwsVerifier. setWrappedVerifier(LocalVerifier wrappedVerifier)Sets the wrapped local secret verifier.Constructors in org.restlet.ext.crypto.internal with parameters of type LocalVerifier Constructor Description AwsVerifier(LocalVerifier wrappedVerifier)Creates a new HttpAwsS3Verifier instance.AwsVerifier(LocalVerifier wrappedVerifier, long maxRequestAge)Creates a new HttpAwsS3Verifier instance.HttpDigestVerifier(DigestAuthenticator digestAuthenticator, LocalVerifier wrappedVerifier, java.lang.String wrappedAlgorithm)Constructor. -
Uses of LocalVerifier in org.restlet.security
Subclasses of LocalVerifier in org.restlet.security Modifier and Type Class Description classMapVerifierVerifier that stores its local secrets in a map indexed by the identifier.
-