Uses of Class
org.glassfish.jersey.oauth1.signature.InvalidSecretException
Packages that use InvalidSecretException
Package
Description
Jersey OAuth 1 Signature API and Implementation.
-
Uses of InvalidSecretException in org.glassfish.jersey.oauth1.signature
Methods in org.glassfish.jersey.oauth1.signature that throw InvalidSecretExceptionModifier and TypeMethodDescriptionOAuth1SignatureMethod.sign(String baseString, OAuth1Secrets secrets) Signs the data using the supplied secret(s).RsaSha1Method.sign(String baseString, OAuth1Secrets secrets) Generates the RSA-SHA1 signature of OAuth request elements.booleanOAuth1SignatureMethod.verify(String elements, OAuth1Secrets secrets, String signature) Verifies the signature for the data using the supplied secret(s).booleanRsaSha1Method.verify(String elements, OAuth1Secrets secrets, String signature) Verifies the RSA-SHA1 signature of OAuth request elements.