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