Package | Description |
---|---|
com.sun.jersey.oauth.signature |
Modifier and Type | Method and Description |
---|---|
String |
RSA_SHA1.sign(String elements,
OAuthSecrets secrets)
Generates the RSA-SHA1 signature of OAuth request elements.
|
String |
OAuthSignatureMethod.sign(String elements,
OAuthSecrets secrets)
Signs the data using the supplied secret(s).
|
boolean |
RSA_SHA1.verify(String elements,
OAuthSecrets secrets,
String signature)
Verifies the RSA-SHA1 signature of OAuth request elements.
|
boolean |
OAuthSignatureMethod.verify(String elements,
OAuthSecrets secrets,
String signature)
Verifies the signature for the data using the supplied secret(s).
|
Copyright © 2013 Oracle Corporation. All rights reserved.