@Generated(value="software.amazon.awssdk:codegen") public final class GetParametersForExportRequest extends PaymentCryptographyRequest implements ToCopyableBuilder<GetParametersForExportRequest.Builder,GetParametersForExportRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetParametersForExportRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetParametersForExportRequest.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 (for example, TR-34 or TR-31) to use during key material export.
|
String |
keyMaterialTypeAsString()
The key block format type (for example, TR-34 or TR-31) to use during key material export.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetParametersForExportRequest.Builder> |
serializableBuilderClass() |
KeyAlgorithm |
signingKeyAlgorithm()
The signing key algorithm to generate a signing key certificate.
|
String |
signingKeyAlgorithmAsString()
The signing key algorithm to generate a signing key certificate.
|
GetParametersForExportRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final KeyMaterialType keyMaterialType()
The key block format type (for example, TR-34 or TR-31) to use during key material export. Export token is only
required for a TR-34 key export, TR34_KEY_BLOCK. Export token is not required for TR-31 key export.
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. Export token is not required for
TR-31 key export.KeyMaterialTypepublic final String keyMaterialTypeAsString()
The key block format type (for example, TR-34 or TR-31) to use during key material export. Export token is only
required for a TR-34 key export, TR34_KEY_BLOCK. Export token is not required for TR-31 key export.
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. Export token is not required for
TR-31 key export.KeyMaterialTypepublic final KeyAlgorithm signingKeyAlgorithm()
The signing key algorithm to generate a signing key certificate. This certificate signs the wrapped key under
export within the TR-34 key block cryptogram. 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 signing key algorithm to generate a signing key certificate. This certificate signs the wrapped key under
export within the TR-34 key block cryptogram. 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 GetParametersForExportRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetParametersForExportRequest.Builder,GetParametersForExportRequest>toBuilder in class PaymentCryptographyRequestpublic static GetParametersForExportRequest.Builder builder()
public static Class<? extends GetParametersForExportRequest.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.