Uses of Class
net.oauth.signature.OAuthSignatureMethod
-
Packages that use OAuthSignatureMethod Package Description net.oauth.signature -
-
Uses of OAuthSignatureMethod in net.oauth.signature
Subclasses of OAuthSignatureMethod in net.oauth.signature Modifier and Type Class Description class
RSA_SHA1
The RSA-SHA1 signature method.Methods in net.oauth.signature that return OAuthSignatureMethod Modifier and Type Method Description static OAuthSignatureMethod
OAuthSignatureMethod. newMethod(String name, OAuthAccessor accessor)
The factory for signature methods.static OAuthSignatureMethod
OAuthSignatureMethod. newSigner(OAuthMessage message, OAuthAccessor accessor)
-