Uses of Class
com.sun.jersey.oauth.signature.InvalidSecretException

Packages that use InvalidSecretException
com.sun.jersey.oauth.signature   
 

Uses of InvalidSecretException in com.sun.jersey.oauth.signature
 

Methods in com.sun.jersey.oauth.signature that throw InvalidSecretException
 String OAuthSignatureMethod.sign(String elements, OAuthSecrets secrets)
          Signs the data using the supplied secret(s).
 String RSA_SHA1.sign(String elements, OAuthSecrets secrets)
          Generates the RSA-SHA1 signature of OAuth request elements.
 boolean OAuthSignatureMethod.verify(String elements, OAuthSecrets secrets, String signature)
          Verifies the signature for the data using the supplied secret(s).
 boolean RSA_SHA1.verify(String elements, OAuthSecrets secrets, String signature)
          Verifies the RSA-SHA1 signature of OAuth request elements.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.