@Beta public interface OAuthSigner
Beta
Modifier and Type | Method and 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–2022 Google. All rights reserved.