Package com.google.api.client.auth.oauth
Interface OAuthSigner
- All Known Implementing Classes:
OAuthHmacSigner
,OAuthRsaSigner
@Beta
public interface OAuthSigner
Beta
OAuth signature method.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptioncomputeSignature
(String signatureBaseString) Returns the signature computed from the given signature base string.Returns the signature method.
-
Method Details
-
getSignatureMethod
String getSignatureMethod()Returns the signature method. -
computeSignature
Returns the signature computed from the given signature base string.- Throws:
GeneralSecurityException
- general security exception
-