Package | Description |
---|---|
net.oauth.signature |
Classes to compute and verify digital signatures.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
HMAC_SHA1
The HMAC-SHA1 signature method.
|
(package private) class |
PLAINTEXT
The PLAINTEXT signature method.
|
class |
RSA_SHA1
The RSA-SHA1 signature method.
|
Modifier and Type | Method and Description |
---|---|
static OAuthSignatureMethod |
OAuthSignatureMethod.newMethod(java.lang.String name,
OAuthAccessor accessor)
The factory for signature methods.
|
static OAuthSignatureMethod |
OAuthSignatureMethod.newSigner(OAuthMessage message,
OAuthAccessor accessor) |