@Generated(value="software.amazon.awssdk:codegen") public final class GetParametersForExportResponse extends PaymentCryptographyResponse implements ToCopyableBuilder<GetParametersForExportResponse.Builder,GetParametersForExportResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetParametersForExportResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetParametersForExportResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
exportToken()
The export token to initiate key export from Amazon Web Services Payment Cryptography.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
parametersValidUntilTimestamp()
The validity period of the export token.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetParametersForExportResponse.Builder> |
serializableBuilderClass() |
KeyAlgorithm |
signingKeyAlgorithm()
The algorithm of the signing key certificate for use in TR-34 key block generation.
|
String |
signingKeyAlgorithmAsString()
The algorithm of the signing key certificate for use in TR-34 key block generation.
|
String |
signingKeyCertificate()
The signing key certificate of the public key for signature within the TR-34 key block cryptogram.
|
String |
signingKeyCertificateChain()
The certificate chain that signed the signing key certificate.
|
GetParametersForExportResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String exportToken()
The export token to initiate key export from Amazon Web Services Payment Cryptography. The export token expires after 7 days. You can use the same export token to export multiple keys from the same service account.
public final Instant parametersValidUntilTimestamp()
The validity period of the export token.
public final KeyAlgorithm signingKeyAlgorithm()
The algorithm of the signing key certificate for use in TR-34 key block generation. RSA_2048 is the
only signing key algorithm allowed.
If the service returns an enum value that is not available in the current SDK version,
signingKeyAlgorithm will return KeyAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from signingKeyAlgorithmAsString().
RSA_2048
is the only signing key algorithm allowed.KeyAlgorithmpublic final String signingKeyAlgorithmAsString()
The algorithm of the signing key certificate for use in TR-34 key block generation. RSA_2048 is the
only signing key algorithm allowed.
If the service returns an enum value that is not available in the current SDK version,
signingKeyAlgorithm will return KeyAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from signingKeyAlgorithmAsString().
RSA_2048
is the only signing key algorithm allowed.KeyAlgorithmpublic final String signingKeyCertificate()
The signing key certificate of the public key for signature within the TR-34 key block cryptogram. The certificate expires after 7 days.
public final String signingKeyCertificateChain()
The certificate chain that signed the signing key certificate. This is the root certificate authority (CA) within your service account.
public GetParametersForExportResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetParametersForExportResponse.Builder,GetParametersForExportResponse>toBuilder in class AwsResponsepublic static GetParametersForExportResponse.Builder builder()
public static Class<? extends GetParametersForExportResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.