OAuthHmacSigner
, OAuthRsaSigner
@Beta
public interface OAuthSigner
Beta
Modifier and Type | Method | Description |
---|---|---|
String |
computeSignature(String signatureBaseString) |
Returns the signature computed from the given signature base string.
|
String |
getSignatureMethod() |
Returns the signature method.
|
String getSignatureMethod()
String computeSignature(String signatureBaseString) throws GeneralSecurityException
GeneralSecurityException
- general security exceptionCopyright © 2011–2019 Google. All rights reserved.