@Beta
public interface OAuthSigner
Beta | Modifier and Type | Method and Description |
|---|---|
java.lang.String |
computeSignature(java.lang.String signatureBaseString)
Returns the signature computed from the given signature base string.
|
java.lang.String |
getSignatureMethod()
Returns the signature method.
|
java.lang.String getSignatureMethod()
java.lang.String computeSignature(java.lang.String signatureBaseString)
throws java.security.GeneralSecurityException
java.security.GeneralSecurityException - general security exceptionCopyright © 2011-2018 Google. All Rights Reserved.