| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
FlexV1KeysPost200Response |
KeyGenerationApi.generatePublicKey(String format,
GeneratePublicKeyRequest generatePublicKeyRequest)
Generate Key
Generate a one-time use public key and key ID to encrypt the card number in the follow-on Tokenize Card request.
|
okhttp3.Call |
KeyGenerationApi.generatePublicKeyAsync(String format,
GeneratePublicKeyRequest generatePublicKeyRequest,
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.
|
okhttp3.Call |
KeyGenerationApi.generatePublicKeyCall(String format,
GeneratePublicKeyRequest generatePublicKeyRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generatePublicKey
|
ApiResponse<FlexV1KeysPost200Response> |
KeyGenerationApi.generatePublicKeyWithHttpInfo(String format,
GeneratePublicKeyRequest generatePublicKeyRequest)
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.encryptionType(String encryptionType) |
GeneratePublicKeyRequest |
GeneratePublicKeyRequest.targetOrigin(String targetOrigin) |
Copyright © 2020. All rights reserved.