Uses of Class
net.oauth.signature.OAuthSignatureMethod

Packages that use OAuthSignatureMethod
net.oauth.signature Classes to compute and verify digital signatures. 
 

Uses of OAuthSignatureMethod in net.oauth.signature
 

Subclasses of OAuthSignatureMethod in net.oauth.signature
 class RSA_SHA1
          The RSA-SHA1 signature method.
 

Methods in net.oauth.signature that return OAuthSignatureMethod
static OAuthSignatureMethod OAuthSignatureMethod.newMethod(java.lang.String name, OAuthAccessor accessor)
          The factory for signature methods.
static OAuthSignatureMethod OAuthSignatureMethod.newSigner(OAuthMessage message, OAuthAccessor accessor)
           
 



Copyright © 2009. All Rights Reserved.