Class GetParametersForExportResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.paymentcryptography.model.PaymentCryptographyResponse
-
- software.amazon.awssdk.services.paymentcryptography.model.GetParametersForExportResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetParametersForExportResponse.Builder,GetParametersForExportResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetParametersForExportResponse extends PaymentCryptographyResponse implements ToCopyableBuilder<GetParametersForExportResponse.Builder,GetParametersForExportResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetParametersForExportResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetParametersForExportResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexportToken()The export token to initiate key export from Amazon Web Services Payment Cryptography.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantparametersValidUntilTimestamp()The validity period of the export token.List<SdkField<?>>sdkFields()static Class<? extends GetParametersForExportResponse.Builder>serializableBuilderClass()KeyAlgorithmsigningKeyAlgorithm()The algorithm of the signing key certificate for use in TR-34 key block generation.StringsigningKeyAlgorithmAsString()The algorithm of the signing key certificate for use in TR-34 key block generation.StringsigningKeyCertificate()The signing key certificate in PEM format (base64 encoded) of the public key for signature within the TR-34 key block.StringsigningKeyCertificateChain()The root certificate authority (CA) that signed the signing key certificate in PEM format (base64 encoded).GetParametersForExportResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.paymentcryptography.model.PaymentCryptographyResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
exportToken
public 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.
- Returns:
- 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.
-
parametersValidUntilTimestamp
public final Instant parametersValidUntilTimestamp()
The validity period of the export token.
- Returns:
- The validity period of the export token.
-
signingKeyAlgorithm
public final KeyAlgorithm signingKeyAlgorithm()
The algorithm of the signing key certificate for use in TR-34 key block generation.
RSA_2048is the only signing key algorithm allowed.If the service returns an enum value that is not available in the current SDK version,
signingKeyAlgorithmwill returnKeyAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsigningKeyAlgorithmAsString().- Returns:
- The algorithm of the signing key certificate for use in TR-34 key block generation.
RSA_2048is the only signing key algorithm allowed. - See Also:
KeyAlgorithm
-
signingKeyAlgorithmAsString
public final String signingKeyAlgorithmAsString()
The algorithm of the signing key certificate for use in TR-34 key block generation.
RSA_2048is the only signing key algorithm allowed.If the service returns an enum value that is not available in the current SDK version,
signingKeyAlgorithmwill returnKeyAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsigningKeyAlgorithmAsString().- Returns:
- The algorithm of the signing key certificate for use in TR-34 key block generation.
RSA_2048is the only signing key algorithm allowed. - See Also:
KeyAlgorithm
-
signingKeyCertificate
public final String signingKeyCertificate()
The signing key certificate in PEM format (base64 encoded) of the public key for signature within the TR-34 key block. The certificate expires after 7 days.
- Returns:
- The signing key certificate in PEM format (base64 encoded) of the public key for signature within the TR-34 key block. The certificate expires after 7 days.
-
signingKeyCertificateChain
public final String signingKeyCertificateChain()
The root certificate authority (CA) that signed the signing key certificate in PEM format (base64 encoded).
- Returns:
- The root certificate authority (CA) that signed the signing key certificate in PEM format (base64 encoded).
-
toBuilder
public GetParametersForExportResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetParametersForExportResponse.Builder,GetParametersForExportResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetParametersForExportResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetParametersForExportResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-