@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetParametersForImportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetParametersForImportRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetParametersForImportRequest |
clone() |
boolean |
equals(Object obj) |
String |
getKeyId()
The identifier of the symmetric encryption KMS key into which you will import key material.
|
String |
getWrappingAlgorithm()
The algorithm you will use to encrypt the key material before using the ImportKeyMaterial operation to
import it.
|
String |
getWrappingKeySpec()
The type of wrapping key (public key) to return in the response.
|
int |
hashCode() |
void |
setKeyId(String keyId)
The identifier of the symmetric encryption KMS key into which you will import key material.
|
void |
setWrappingAlgorithm(AlgorithmSpec wrappingAlgorithm)
The algorithm you will use to encrypt the key material before using the ImportKeyMaterial operation to
import it.
|
void |
setWrappingAlgorithm(String wrappingAlgorithm)
The algorithm you will use to encrypt the key material before using the ImportKeyMaterial operation to
import it.
|
void |
setWrappingKeySpec(String wrappingKeySpec)
The type of wrapping key (public key) to return in the response.
|
void |
setWrappingKeySpec(WrappingKeySpec wrappingKeySpec)
The type of wrapping key (public key) to return in the response.
|
String |
toString()
Returns a string representation of this object.
|
GetParametersForImportRequest |
withKeyId(String keyId)
The identifier of the symmetric encryption KMS key into which you will import key material.
|
GetParametersForImportRequest |
withWrappingAlgorithm(AlgorithmSpec wrappingAlgorithm)
The algorithm you will use to encrypt the key material before using the ImportKeyMaterial operation to
import it.
|
GetParametersForImportRequest |
withWrappingAlgorithm(String wrappingAlgorithm)
The algorithm you will use to encrypt the key material before using the ImportKeyMaterial operation to
import it.
|
GetParametersForImportRequest |
withWrappingKeySpec(String wrappingKeySpec)
The type of wrapping key (public key) to return in the response.
|
GetParametersForImportRequest |
withWrappingKeySpec(WrappingKeySpec wrappingKeySpec)
The type of wrapping key (public key) to return in the response.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setKeyId(String keyId)
The identifier of the symmetric encryption KMS key into which you will import key material. The
Origin of the KMS key must be EXTERNAL.
Specify the key ID or key ARN of the KMS key.
For example:
Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
To get the key ID and key ARN for a KMS key, use ListKeys or DescribeKey.
keyId - The identifier of the symmetric encryption KMS key into which you will import key material. The
Origin of the KMS key must be EXTERNAL.
Specify the key ID or key ARN of the KMS key.
For example:
Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
To get the key ID and key ARN for a KMS key, use ListKeys or DescribeKey.
public String getKeyId()
The identifier of the symmetric encryption KMS key into which you will import key material. The
Origin of the KMS key must be EXTERNAL.
Specify the key ID or key ARN of the KMS key.
For example:
Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
To get the key ID and key ARN for a KMS key, use ListKeys or DescribeKey.
Origin of the KMS key must be EXTERNAL.
Specify the key ID or key ARN of the KMS key.
For example:
Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
To get the key ID and key ARN for a KMS key, use ListKeys or DescribeKey.
public GetParametersForImportRequest withKeyId(String keyId)
The identifier of the symmetric encryption KMS key into which you will import key material. The
Origin of the KMS key must be EXTERNAL.
Specify the key ID or key ARN of the KMS key.
For example:
Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
To get the key ID and key ARN for a KMS key, use ListKeys or DescribeKey.
keyId - The identifier of the symmetric encryption KMS key into which you will import key material. The
Origin of the KMS key must be EXTERNAL.
Specify the key ID or key ARN of the KMS key.
For example:
Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
To get the key ID and key ARN for a KMS key, use ListKeys or DescribeKey.
public void setWrappingAlgorithm(String wrappingAlgorithm)
The algorithm you will use to encrypt the key material before using the ImportKeyMaterial operation to import it. For more information, see Encrypt the key material in the Key Management Service Developer Guide.
The RSAES_PKCS1_V1_5 wrapping algorithm is deprecated. We recommend that you begin using a different
wrapping algorithm immediately. KMS will end support for RSAES_PKCS1_V1_5 by October 1, 2023
pursuant to cryptographic
key management guidance from the National Institute of Standards and Technology (NIST).
wrappingAlgorithm - The algorithm you will use to encrypt the key material before using the ImportKeyMaterial operation
to import it. For more information, see Encrypt the key material in the Key Management Service Developer Guide.
The RSAES_PKCS1_V1_5 wrapping algorithm is deprecated. We recommend that you begin using a
different wrapping algorithm immediately. KMS will end support for RSAES_PKCS1_V1_5 by
October 1, 2023 pursuant to cryptographic key
management guidance from the National Institute of Standards and Technology (NIST).
AlgorithmSpecpublic String getWrappingAlgorithm()
The algorithm you will use to encrypt the key material before using the ImportKeyMaterial operation to import it. For more information, see Encrypt the key material in the Key Management Service Developer Guide.
The RSAES_PKCS1_V1_5 wrapping algorithm is deprecated. We recommend that you begin using a different
wrapping algorithm immediately. KMS will end support for RSAES_PKCS1_V1_5 by October 1, 2023
pursuant to cryptographic
key management guidance from the National Institute of Standards and Technology (NIST).
The RSAES_PKCS1_V1_5 wrapping algorithm is deprecated. We recommend that you begin using a
different wrapping algorithm immediately. KMS will end support for RSAES_PKCS1_V1_5 by
October 1, 2023 pursuant to cryptographic key
management guidance from the National Institute of Standards and Technology (NIST).
AlgorithmSpecpublic GetParametersForImportRequest withWrappingAlgorithm(String wrappingAlgorithm)
The algorithm you will use to encrypt the key material before using the ImportKeyMaterial operation to import it. For more information, see Encrypt the key material in the Key Management Service Developer Guide.
The RSAES_PKCS1_V1_5 wrapping algorithm is deprecated. We recommend that you begin using a different
wrapping algorithm immediately. KMS will end support for RSAES_PKCS1_V1_5 by October 1, 2023
pursuant to cryptographic
key management guidance from the National Institute of Standards and Technology (NIST).
wrappingAlgorithm - The algorithm you will use to encrypt the key material before using the ImportKeyMaterial operation
to import it. For more information, see Encrypt the key material in the Key Management Service Developer Guide.
The RSAES_PKCS1_V1_5 wrapping algorithm is deprecated. We recommend that you begin using a
different wrapping algorithm immediately. KMS will end support for RSAES_PKCS1_V1_5 by
October 1, 2023 pursuant to cryptographic key
management guidance from the National Institute of Standards and Technology (NIST).
AlgorithmSpecpublic void setWrappingAlgorithm(AlgorithmSpec wrappingAlgorithm)
The algorithm you will use to encrypt the key material before using the ImportKeyMaterial operation to import it. For more information, see Encrypt the key material in the Key Management Service Developer Guide.
The RSAES_PKCS1_V1_5 wrapping algorithm is deprecated. We recommend that you begin using a different
wrapping algorithm immediately. KMS will end support for RSAES_PKCS1_V1_5 by October 1, 2023
pursuant to cryptographic
key management guidance from the National Institute of Standards and Technology (NIST).
wrappingAlgorithm - The algorithm you will use to encrypt the key material before using the ImportKeyMaterial operation
to import it. For more information, see Encrypt the key material in the Key Management Service Developer Guide.
The RSAES_PKCS1_V1_5 wrapping algorithm is deprecated. We recommend that you begin using a
different wrapping algorithm immediately. KMS will end support for RSAES_PKCS1_V1_5 by
October 1, 2023 pursuant to cryptographic key
management guidance from the National Institute of Standards and Technology (NIST).
AlgorithmSpecpublic GetParametersForImportRequest withWrappingAlgorithm(AlgorithmSpec wrappingAlgorithm)
The algorithm you will use to encrypt the key material before using the ImportKeyMaterial operation to import it. For more information, see Encrypt the key material in the Key Management Service Developer Guide.
The RSAES_PKCS1_V1_5 wrapping algorithm is deprecated. We recommend that you begin using a different
wrapping algorithm immediately. KMS will end support for RSAES_PKCS1_V1_5 by October 1, 2023
pursuant to cryptographic
key management guidance from the National Institute of Standards and Technology (NIST).
wrappingAlgorithm - The algorithm you will use to encrypt the key material before using the ImportKeyMaterial operation
to import it. For more information, see Encrypt the key material in the Key Management Service Developer Guide.
The RSAES_PKCS1_V1_5 wrapping algorithm is deprecated. We recommend that you begin using a
different wrapping algorithm immediately. KMS will end support for RSAES_PKCS1_V1_5 by
October 1, 2023 pursuant to cryptographic key
management guidance from the National Institute of Standards and Technology (NIST).
AlgorithmSpecpublic void setWrappingKeySpec(String wrappingKeySpec)
The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are supported.
wrappingKeySpec - The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are
supported.WrappingKeySpecpublic String getWrappingKeySpec()
The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are supported.
WrappingKeySpecpublic GetParametersForImportRequest withWrappingKeySpec(String wrappingKeySpec)
The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are supported.
wrappingKeySpec - The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are
supported.WrappingKeySpecpublic void setWrappingKeySpec(WrappingKeySpec wrappingKeySpec)
The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are supported.
wrappingKeySpec - The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are
supported.WrappingKeySpecpublic GetParametersForImportRequest withWrappingKeySpec(WrappingKeySpec wrappingKeySpec)
The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are supported.
wrappingKeySpec - The type of wrapping key (public key) to return in the response. Only 2048-bit RSA public keys are
supported.WrappingKeySpecpublic String toString()
toString in class ObjectObject.toString()public GetParametersForImportRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.