@Generated(value="software.amazon.awssdk:codegen") public final class GetParametersForImportRequest extends PaymentCryptographyRequest implements ToCopyableBuilder<GetParametersForImportRequest.Builder,GetParametersForImportRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetParametersForImportRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetParametersForImportRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
KeyMaterialType |
keyMaterialType()
The key block format type such as TR-34 or TR-31 to use during key material import.
|
String |
keyMaterialTypeAsString()
The key block format type such as TR-34 or TR-31 to use during key material import.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetParametersForImportRequest.Builder> |
serializableBuilderClass() |
GetParametersForImportRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
KeyAlgorithm |
wrappingKeyAlgorithm()
The wrapping key algorithm to generate a wrapping key certificate.
|
String |
wrappingKeyAlgorithmAsString()
The wrapping key algorithm to generate a wrapping key certificate.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final KeyMaterialType keyMaterialType()
The key block format type such as TR-34 or TR-31 to use during key material import. Import token is only required
for TR-34 key import TR34_KEY_BLOCK. Import token is not required for TR-31 key import.
If the service returns an enum value that is not available in the current SDK version, keyMaterialType
will return KeyMaterialType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from keyMaterialTypeAsString().
TR34_KEY_BLOCK. Import token is not required for TR-31 key
import.KeyMaterialTypepublic final String keyMaterialTypeAsString()
The key block format type such as TR-34 or TR-31 to use during key material import. Import token is only required
for TR-34 key import TR34_KEY_BLOCK. Import token is not required for TR-31 key import.
If the service returns an enum value that is not available in the current SDK version, keyMaterialType
will return KeyMaterialType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from keyMaterialTypeAsString().
TR34_KEY_BLOCK. Import token is not required for TR-31 key
import.KeyMaterialTypepublic final KeyAlgorithm wrappingKeyAlgorithm()
The wrapping key algorithm to generate a wrapping key certificate. This certificate wraps the key under import
within the TR-34 key block cryptogram. 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 wrapping key algorithm to generate a wrapping key certificate. This certificate wraps the key under import
within the TR-34 key block cryptogram. 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 GetParametersForImportRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetParametersForImportRequest.Builder,GetParametersForImportRequest>toBuilder in class PaymentCryptographyRequestpublic static GetParametersForImportRequest.Builder builder()
public static Class<? extends GetParametersForImportRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.