Uses of Class
org.glassfish.jersey.oauth1.signature.InvalidSecretException

Packages that use InvalidSecretException
org.glassfish.jersey.oauth1.signature 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 InvalidSecretException
 String RsaSha1Method.sign(String baseString, OAuth1Secrets secrets)
          Generates the RSA-SHA1 signature of OAuth request elements.
 String OAuth1SignatureMethod.sign(String baseString, OAuth1Secrets secrets)
          Signs the data using the supplied secret(s).
 boolean RsaSha1Method.verify(String elements, OAuth1Secrets secrets, String signature)
          Verifies the RSA-SHA1 signature of OAuth request elements.
 boolean OAuth1SignatureMethod.verify(String elements, OAuth1Secrets secrets, String signature)
          Verifies the signature for the data using the supplied secret(s).
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.