public static interface GetPublicKeyCertificateResponse.Builder extends PaymentCryptographyResponse.Builder, SdkPojo, CopyableBuilder<GetPublicKeyCertificateResponse.Builder,GetPublicKeyCertificateResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPublicKeyCertificateResponse.Builder |
keyCertificate(String keyCertificate)
The public key component of the asymmetric key pair in a certificate (PEM) format.
|
GetPublicKeyCertificateResponse.Builder |
keyCertificateChain(String keyCertificateChain)
The certificate chain that signed the public key certificate of the asymmetric key pair.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPublicKeyCertificateResponse.Builder keyCertificate(String keyCertificate)
The public key component of the asymmetric key pair in a certificate (PEM) format. It is signed by the root certificate authority (CA) within your service account. The certificate expires in 90 days.
keyCertificate - The public key component of the asymmetric key pair in a certificate (PEM) format. It is signed by the
root certificate authority (CA) within your service account. The certificate expires in 90 days.GetPublicKeyCertificateResponse.Builder keyCertificateChain(String keyCertificateChain)
The certificate chain that signed the public key certificate of the asymmetric key pair. This is the root certificate authority (CA) within your service account.
keyCertificateChain - The certificate chain that signed the public key certificate of the asymmetric key pair. This is the
root certificate authority (CA) within your service account.Copyright © 2023. All rights reserved.