Uses of Package
com.sun.jersey.oauth.signature

Packages that use com.sun.jersey.oauth.signature
com.sun.jersey.oauth.client   
com.sun.jersey.oauth.server   
com.sun.jersey.oauth.signature   
 

Classes in com.sun.jersey.oauth.signature used by com.sun.jersey.oauth.client
OAuthParameters
          A data structure class that represents OAuth protocol parameters.
OAuthSecrets
          Contains the secrets used to generate and/or verify signatures.
 

Classes in com.sun.jersey.oauth.signature used by com.sun.jersey.oauth.server
OAuthRequest
          Interface to be implemented as a wrapper around an HTTP request, so that digital signature can be generated and/or verified.
 

Classes in com.sun.jersey.oauth.signature used by com.sun.jersey.oauth.signature
InvalidSecretException
          Thrown to indicate that the OAuth secret supplied is invalid or otherwise unsupported.
OAuthParameters
          A data structure class that represents OAuth protocol parameters.
OAuthRequest
          Interface to be implemented as a wrapper around an HTTP request, so that digital signature can be generated and/or verified.
OAuthSecrets
          Contains the secrets used to generate and/or verify signatures.
OAuthSignatureException
          Thrown to indicate that an OAuth exception occurred.
OAuthSignatureMethod
          An interface representing the OAuth signature method.
 



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.