Package com.sun.jersey.oauth.signature

Interface Summary
OAuthRequest Interface to be implemented as a wrapper around an HTTP request, so that digital signature can be generated and/or verified.
OAuthSignatureMethod An interface representing the OAuth signature method.
 

Class Summary
HMAC_SHA1 An OAuth signature method that implements HMAC-SHA1.
OAuthParameters A data structure class that represents OAuth protocol parameters.
OAuthSecrets Contains the secrets used to generate and/or verify signatures.
OAuthSignature Class used for processing an OAuth signature (signing or verifying).
PLAINTEXT An OAuth signature method that implements PLAINTEXT.
RSA_SHA1 An OAuth signature method that implements RSA-SHA1.
 

Exception Summary
InvalidSecretException Thrown to indicate that the OAuth secret supplied is invalid or otherwise unsupported.
OAuthSignatureException Thrown to indicate that an OAuth exception occurred.
UnsupportedSignatureMethodException Thrown to indicate that the OAuth signature method requested is not supported.
 



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