public class RsaSignerFactory extends Object implements SignerFactory
| Constructor and Description |
|---|
RsaSignerFactory(InputStream privateKeyInputStream,
String privateKeyPassword) |
RsaSignerFactory(String pathToPrivateKey,
String privateKeyPassword) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.auth.oauth.OAuthRsaSigner |
createSigner(String tokenSharedSecret) |
public RsaSignerFactory(InputStream privateKeyInputStream, String privateKeyPassword)
public com.google.api.client.auth.oauth.OAuthRsaSigner createSigner(String tokenSharedSecret)
createSigner in interface SignerFactoryCopyright © 2019. All rights reserved.