| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse200 |
KeyGenerationApi.generatePublicKey(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 |
|---|---|
ApiResponse<InlineResponse200> |
KeyGenerationApi.generatePublicKeyWithHttpInfo(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 |
|---|---|
com.squareup.okhttp.Call |
KeyGenerationApi.generatePublicKeyAsync(GeneratePublicKeyRequest generatePublicKeyRequest,
ApiCallback<InlineResponse200> 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.
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse200 |
InlineResponse200.der(InlineResponse200Der der) |
InlineResponse200 |
InlineResponse200.jwk(InlineResponse200Jwk jwk) |
InlineResponse200 |
InlineResponse200.keyId(String keyId) |
Copyright © 2018. All rights reserved.