Package net.oauth

Interface Summary
OAuthValidator An algorithm to determine whether a message has a valid signature, a correct version number, a fresh timestamp, etc.
 

Class Summary
SimpleOAuthValidator A simple OAuthValidator, which checks the version, whether the timestamp is close to now, the nonce hasn't been used before and the signature is valid.