| Modifier and Type | Field and Description |
|---|---|
static GooglePaymentsPublicKeysManager |
GooglePaymentsPublicKeysManager.INSTANCE_PRODUCTION
Instance configured to talk to fetch keys from production environment (from
KEYS_URL_PRODUCTION). |
static GooglePaymentsPublicKeysManager |
GooglePaymentsPublicKeysManager.INSTANCE_TEST
Instance configured to talk to fetch keys from test environment (from
KEYS_URL_TEST). |
| Modifier and Type | Method and Description |
|---|---|
GooglePaymentsPublicKeysManager |
GooglePaymentsPublicKeysManager.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethodTokenRecipient.Builder |
PaymentMethodTokenRecipient.Builder.fetchSenderVerifyingKeysWith(GooglePaymentsPublicKeysManager googlePaymentsPublicKeysManager)
Fetches verifying public keys of the sender using
GooglePaymentsPublicKeysManager. |