Uses of Interface
com.google.api.client.auth.oauth.OAuthSigner
-
Packages that use OAuthSigner Package Description com.google.api.client.auth.oauth Beta
OAuth 1.0 authorization as specified in RFC 5849: The OAuth 1.0 Protocol (see detailed package specification). -
-
Uses of OAuthSigner in com.google.api.client.auth.oauth
Classes in com.google.api.client.auth.oauth that implement OAuthSigner Modifier and Type Class Description class
OAuthHmacSigner
Beta
OAuth"HMAC-SHA1"
signature method.class
OAuthRsaSigner
Beta
OAuth"RSA-SHA1"
signature method.Fields in com.google.api.client.auth.oauth declared as OAuthSigner Modifier and Type Field Description OAuthSigner
AbstractOAuthGetToken. signer
Required OAuth signature algorithm.OAuthSigner
OAuthParameters. signer
Required OAuth signature algorithm.
-