| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
FlexV1KeysPost200Response |
KeyGenerationApi.generatePublicKey(GeneratePublicKeyRequest generatePublicKeyRequest,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Generate Key
Generate a one-time use public key and key ID to encrypt the card number in the follow-on Tokenize Card request.
|
com.squareup.okhttp.Call |
KeyGenerationApi.generatePublicKeyAsync(GeneratePublicKeyRequest generatePublicKeyRequest,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ApiCallback<FlexV1KeysPost200Response> callback)
Generate Key (asynchronously)
Generate a one-time use public key and key ID to encrypt the card number in the follow-on Tokenize Card request.
|
com.squareup.okhttp.Call |
KeyGenerationApi.generatePublicKeyCall(GeneratePublicKeyRequest generatePublicKeyRequest,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generatePublicKey
|
ApiResponse<FlexV1KeysPost200Response> |
KeyGenerationApi.generatePublicKeyWithHttpInfo(GeneratePublicKeyRequest generatePublicKeyRequest,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Generate Key
Generate a one-time use public key and key ID to encrypt the card number in the follow-on Tokenize Card request.
|
| Modifier and Type | Method and Description |
|---|---|
GeneratePublicKeyRequest |
GeneratePublicKeyRequest.currency(String currency) |
GeneratePublicKeyRequest |
GeneratePublicKeyRequest.enableAutoAuth(Boolean enableAutoAuth) |
GeneratePublicKeyRequest |
GeneratePublicKeyRequest.enableBillingAddress(Boolean enableBillingAddress) |
GeneratePublicKeyRequest |
GeneratePublicKeyRequest.encryptionType(String encryptionType) |
GeneratePublicKeyRequest |
GeneratePublicKeyRequest.targetOrigin(String targetOrigin) |
GeneratePublicKeyRequest |
GeneratePublicKeyRequest.unmaskedLeft(Integer unmaskedLeft) |
GeneratePublicKeyRequest |
GeneratePublicKeyRequest.unmaskedRight(Integer unmaskedRight) |
Copyright © 2018. All rights reserved.