@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KeyMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Contains metadata about a customer master key (CMK).
This data type is used as a response element for the CreateKey and DescribeKey operations.
Constructor and Description |
---|
KeyMetadata() |
Modifier and Type | Method and Description |
---|---|
KeyMetadata |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the CMK.
|
String |
getAWSAccountId()
The twelve-digit account ID of the AWS account that owns the CMK.
|
String |
getCloudHsmClusterId()
The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK.
|
Date |
getCreationDate()
The date and time when the CMK was created.
|
String |
getCustomerMasterKeySpec()
Describes the type of key material in the CMK.
|
String |
getCustomKeyStoreId()
A unique identifier for the custom key store
that contains the CMK.
|
Date |
getDeletionDate()
The date and time after which AWS KMS deletes the CMK.
|
String |
getDescription()
The description of the CMK.
|
Boolean |
getEnabled()
Specifies whether the CMK is enabled.
|
List<String> |
getEncryptionAlgorithms()
A list of encryption algorithms that the CMK supports.
|
String |
getExpirationModel()
Specifies whether the CMK's key material expires.
|
String |
getKeyId()
The globally unique identifier for the CMK.
|
String |
getKeyManager()
The manager of the CMK.
|
String |
getKeyState()
The state of the CMK.
|
String |
getKeyUsage()
The cryptographic operations for which you can use the CMK.
|
String |
getOrigin()
The source of the CMK's key material.
|
List<String> |
getSigningAlgorithms()
A list of signing algorithms that the CMK supports.
|
Date |
getValidTo()
The time at which the imported key material expires.
|
int |
hashCode() |
Boolean |
isEnabled()
Specifies whether the CMK is enabled.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the CMK.
|
void |
setAWSAccountId(String aWSAccountId)
The twelve-digit account ID of the AWS account that owns the CMK.
|
void |
setCloudHsmClusterId(String cloudHsmClusterId)
The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK.
|
void |
setCreationDate(Date creationDate)
The date and time when the CMK was created.
|
void |
setCustomerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec)
Describes the type of key material in the CMK.
|
void |
setCustomerMasterKeySpec(String customerMasterKeySpec)
Describes the type of key material in the CMK.
|
void |
setCustomKeyStoreId(String customKeyStoreId)
A unique identifier for the custom key store
that contains the CMK.
|
void |
setDeletionDate(Date deletionDate)
The date and time after which AWS KMS deletes the CMK.
|
void |
setDescription(String description)
The description of the CMK.
|
void |
setEnabled(Boolean enabled)
Specifies whether the CMK is enabled.
|
void |
setEncryptionAlgorithms(Collection<String> encryptionAlgorithms)
A list of encryption algorithms that the CMK supports.
|
void |
setExpirationModel(ExpirationModelType expirationModel)
Specifies whether the CMK's key material expires.
|
void |
setExpirationModel(String expirationModel)
Specifies whether the CMK's key material expires.
|
void |
setKeyId(String keyId)
The globally unique identifier for the CMK.
|
void |
setKeyManager(KeyManagerType keyManager)
The manager of the CMK.
|
void |
setKeyManager(String keyManager)
The manager of the CMK.
|
void |
setKeyState(KeyState keyState)
The state of the CMK.
|
void |
setKeyState(String keyState)
The state of the CMK.
|
void |
setKeyUsage(KeyUsageType keyUsage)
The cryptographic operations for which you can use the CMK.
|
void |
setKeyUsage(String keyUsage)
The cryptographic operations for which you can use the CMK.
|
void |
setOrigin(OriginType origin)
The source of the CMK's key material.
|
void |
setOrigin(String origin)
The source of the CMK's key material.
|
void |
setSigningAlgorithms(Collection<String> signingAlgorithms)
A list of signing algorithms that the CMK supports.
|
void |
setValidTo(Date validTo)
The time at which the imported key material expires.
|
String |
toString()
Returns a string representation of this object.
|
KeyMetadata |
withArn(String arn)
The Amazon Resource Name (ARN) of the CMK.
|
KeyMetadata |
withAWSAccountId(String aWSAccountId)
The twelve-digit account ID of the AWS account that owns the CMK.
|
KeyMetadata |
withCloudHsmClusterId(String cloudHsmClusterId)
The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK.
|
KeyMetadata |
withCreationDate(Date creationDate)
The date and time when the CMK was created.
|
KeyMetadata |
withCustomerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec)
Describes the type of key material in the CMK.
|
KeyMetadata |
withCustomerMasterKeySpec(String customerMasterKeySpec)
Describes the type of key material in the CMK.
|
KeyMetadata |
withCustomKeyStoreId(String customKeyStoreId)
A unique identifier for the custom key store
that contains the CMK.
|
KeyMetadata |
withDeletionDate(Date deletionDate)
The date and time after which AWS KMS deletes the CMK.
|
KeyMetadata |
withDescription(String description)
The description of the CMK.
|
KeyMetadata |
withEnabled(Boolean enabled)
Specifies whether the CMK is enabled.
|
KeyMetadata |
withEncryptionAlgorithms(Collection<String> encryptionAlgorithms)
A list of encryption algorithms that the CMK supports.
|
KeyMetadata |
withEncryptionAlgorithms(EncryptionAlgorithmSpec... encryptionAlgorithms)
A list of encryption algorithms that the CMK supports.
|
KeyMetadata |
withEncryptionAlgorithms(String... encryptionAlgorithms)
A list of encryption algorithms that the CMK supports.
|
KeyMetadata |
withExpirationModel(ExpirationModelType expirationModel)
Specifies whether the CMK's key material expires.
|
KeyMetadata |
withExpirationModel(String expirationModel)
Specifies whether the CMK's key material expires.
|
KeyMetadata |
withKeyId(String keyId)
The globally unique identifier for the CMK.
|
KeyMetadata |
withKeyManager(KeyManagerType keyManager)
The manager of the CMK.
|
KeyMetadata |
withKeyManager(String keyManager)
The manager of the CMK.
|
KeyMetadata |
withKeyState(KeyState keyState)
The state of the CMK.
|
KeyMetadata |
withKeyState(String keyState)
The state of the CMK.
|
KeyMetadata |
withKeyUsage(KeyUsageType keyUsage)
The cryptographic operations for which you can use the CMK.
|
KeyMetadata |
withKeyUsage(String keyUsage)
The cryptographic operations for which you can use the CMK.
|
KeyMetadata |
withOrigin(OriginType origin)
The source of the CMK's key material.
|
KeyMetadata |
withOrigin(String origin)
The source of the CMK's key material.
|
KeyMetadata |
withSigningAlgorithms(Collection<String> signingAlgorithms)
A list of signing algorithms that the CMK supports.
|
KeyMetadata |
withSigningAlgorithms(SigningAlgorithmSpec... signingAlgorithms)
A list of signing algorithms that the CMK supports.
|
KeyMetadata |
withSigningAlgorithms(String... signingAlgorithms)
A list of signing algorithms that the CMK supports.
|
KeyMetadata |
withValidTo(Date validTo)
The time at which the imported key material expires.
|
public void setAWSAccountId(String aWSAccountId)
The twelve-digit account ID of the AWS account that owns the CMK.
aWSAccountId
- The twelve-digit account ID of the AWS account that owns the CMK.public String getAWSAccountId()
The twelve-digit account ID of the AWS account that owns the CMK.
public KeyMetadata withAWSAccountId(String aWSAccountId)
The twelve-digit account ID of the AWS account that owns the CMK.
aWSAccountId
- The twelve-digit account ID of the AWS account that owns the CMK.public void setKeyId(String keyId)
The globally unique identifier for the CMK.
keyId
- The globally unique identifier for the CMK.public String getKeyId()
The globally unique identifier for the CMK.
public KeyMetadata withKeyId(String keyId)
The globally unique identifier for the CMK.
keyId
- The globally unique identifier for the CMK.public void setArn(String arn)
The Amazon Resource Name (ARN) of the CMK. For examples, see AWS Key Management Service (AWS KMS) in the Example ARNs section of the AWS General Reference.
arn
- The Amazon Resource Name (ARN) of the CMK. For examples, see AWS Key
Management Service (AWS KMS) in the Example ARNs section of the AWS General Reference.public String getArn()
The Amazon Resource Name (ARN) of the CMK. For examples, see AWS Key Management Service (AWS KMS) in the Example ARNs section of the AWS General Reference.
public KeyMetadata withArn(String arn)
The Amazon Resource Name (ARN) of the CMK. For examples, see AWS Key Management Service (AWS KMS) in the Example ARNs section of the AWS General Reference.
arn
- The Amazon Resource Name (ARN) of the CMK. For examples, see AWS Key
Management Service (AWS KMS) in the Example ARNs section of the AWS General Reference.public void setCreationDate(Date creationDate)
The date and time when the CMK was created.
creationDate
- The date and time when the CMK was created.public Date getCreationDate()
The date and time when the CMK was created.
public KeyMetadata withCreationDate(Date creationDate)
The date and time when the CMK was created.
creationDate
- The date and time when the CMK was created.public void setEnabled(Boolean enabled)
Specifies whether the CMK is enabled. When KeyState
is Enabled
this value is true,
otherwise it is false.
enabled
- Specifies whether the CMK is enabled. When KeyState
is Enabled
this value is
true, otherwise it is false.public Boolean getEnabled()
Specifies whether the CMK is enabled. When KeyState
is Enabled
this value is true,
otherwise it is false.
KeyState
is Enabled
this value is
true, otherwise it is false.public KeyMetadata withEnabled(Boolean enabled)
Specifies whether the CMK is enabled. When KeyState
is Enabled
this value is true,
otherwise it is false.
enabled
- Specifies whether the CMK is enabled. When KeyState
is Enabled
this value is
true, otherwise it is false.public Boolean isEnabled()
Specifies whether the CMK is enabled. When KeyState
is Enabled
this value is true,
otherwise it is false.
KeyState
is Enabled
this value is
true, otherwise it is false.public void setDescription(String description)
The description of the CMK.
description
- The description of the CMK.public String getDescription()
The description of the CMK.
public KeyMetadata withDescription(String description)
The description of the CMK.
description
- The description of the CMK.public void setKeyUsage(String keyUsage)
The cryptographic operations for which you can use the CMK.
keyUsage
- The cryptographic operations for which you can use the CMK.KeyUsageType
public String getKeyUsage()
The cryptographic operations for which you can use the CMK.
KeyUsageType
public KeyMetadata withKeyUsage(String keyUsage)
The cryptographic operations for which you can use the CMK.
keyUsage
- The cryptographic operations for which you can use the CMK.KeyUsageType
public void setKeyUsage(KeyUsageType keyUsage)
The cryptographic operations for which you can use the CMK.
keyUsage
- The cryptographic operations for which you can use the CMK.KeyUsageType
public KeyMetadata withKeyUsage(KeyUsageType keyUsage)
The cryptographic operations for which you can use the CMK.
keyUsage
- The cryptographic operations for which you can use the CMK.KeyUsageType
public void setKeyState(String keyState)
The state of the CMK.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
keyState
- The state of the CMK.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
KeyState
public String getKeyState()
The state of the CMK.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
KeyState
public KeyMetadata withKeyState(String keyState)
The state of the CMK.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
keyState
- The state of the CMK.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
KeyState
public void setKeyState(KeyState keyState)
The state of the CMK.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
keyState
- The state of the CMK.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
KeyState
public KeyMetadata withKeyState(KeyState keyState)
The state of the CMK.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
keyState
- The state of the CMK.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
KeyState
public void setDeletionDate(Date deletionDate)
The date and time after which AWS KMS deletes the CMK. This value is present only when KeyState
is
PendingDeletion
.
deletionDate
- The date and time after which AWS KMS deletes the CMK. This value is present only when
KeyState
is PendingDeletion
.public Date getDeletionDate()
The date and time after which AWS KMS deletes the CMK. This value is present only when KeyState
is
PendingDeletion
.
KeyState
is PendingDeletion
.public KeyMetadata withDeletionDate(Date deletionDate)
The date and time after which AWS KMS deletes the CMK. This value is present only when KeyState
is
PendingDeletion
.
deletionDate
- The date and time after which AWS KMS deletes the CMK. This value is present only when
KeyState
is PendingDeletion
.public void setValidTo(Date validTo)
The time at which the imported key material expires. When the key material expires, AWS KMS deletes the key
material and the CMK becomes unusable. This value is present only for CMKs whose Origin
is
EXTERNAL
and whose ExpirationModel
is KEY_MATERIAL_EXPIRES
, otherwise this
value is omitted.
validTo
- The time at which the imported key material expires. When the key material expires, AWS KMS deletes the
key material and the CMK becomes unusable. This value is present only for CMKs whose Origin
is EXTERNAL
and whose ExpirationModel
is KEY_MATERIAL_EXPIRES
,
otherwise this value is omitted.public Date getValidTo()
The time at which the imported key material expires. When the key material expires, AWS KMS deletes the key
material and the CMK becomes unusable. This value is present only for CMKs whose Origin
is
EXTERNAL
and whose ExpirationModel
is KEY_MATERIAL_EXPIRES
, otherwise this
value is omitted.
Origin
is EXTERNAL
and whose ExpirationModel
is KEY_MATERIAL_EXPIRES
,
otherwise this value is omitted.public KeyMetadata withValidTo(Date validTo)
The time at which the imported key material expires. When the key material expires, AWS KMS deletes the key
material and the CMK becomes unusable. This value is present only for CMKs whose Origin
is
EXTERNAL
and whose ExpirationModel
is KEY_MATERIAL_EXPIRES
, otherwise this
value is omitted.
validTo
- The time at which the imported key material expires. When the key material expires, AWS KMS deletes the
key material and the CMK becomes unusable. This value is present only for CMKs whose Origin
is EXTERNAL
and whose ExpirationModel
is KEY_MATERIAL_EXPIRES
,
otherwise this value is omitted.public void setOrigin(String origin)
The source of the CMK's key material. When this value is AWS_KMS
, AWS KMS created the key material.
When this value is EXTERNAL
, the key material was imported from your existing key management
infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM
, the key material was
created in the AWS CloudHSM cluster associated with a custom key store.
origin
- The source of the CMK's key material. When this value is AWS_KMS
, AWS KMS created the key
material. When this value is EXTERNAL
, the key material was imported from your existing key
management infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM
, the
key material was created in the AWS CloudHSM cluster associated with a custom key store.OriginType
public String getOrigin()
The source of the CMK's key material. When this value is AWS_KMS
, AWS KMS created the key material.
When this value is EXTERNAL
, the key material was imported from your existing key management
infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM
, the key material was
created in the AWS CloudHSM cluster associated with a custom key store.
AWS_KMS
, AWS KMS created the key
material. When this value is EXTERNAL
, the key material was imported from your existing key
management infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM
,
the key material was created in the AWS CloudHSM cluster associated with a custom key store.OriginType
public KeyMetadata withOrigin(String origin)
The source of the CMK's key material. When this value is AWS_KMS
, AWS KMS created the key material.
When this value is EXTERNAL
, the key material was imported from your existing key management
infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM
, the key material was
created in the AWS CloudHSM cluster associated with a custom key store.
origin
- The source of the CMK's key material. When this value is AWS_KMS
, AWS KMS created the key
material. When this value is EXTERNAL
, the key material was imported from your existing key
management infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM
, the
key material was created in the AWS CloudHSM cluster associated with a custom key store.OriginType
public void setOrigin(OriginType origin)
The source of the CMK's key material. When this value is AWS_KMS
, AWS KMS created the key material.
When this value is EXTERNAL
, the key material was imported from your existing key management
infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM
, the key material was
created in the AWS CloudHSM cluster associated with a custom key store.
origin
- The source of the CMK's key material. When this value is AWS_KMS
, AWS KMS created the key
material. When this value is EXTERNAL
, the key material was imported from your existing key
management infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM
, the
key material was created in the AWS CloudHSM cluster associated with a custom key store.OriginType
public KeyMetadata withOrigin(OriginType origin)
The source of the CMK's key material. When this value is AWS_KMS
, AWS KMS created the key material.
When this value is EXTERNAL
, the key material was imported from your existing key management
infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM
, the key material was
created in the AWS CloudHSM cluster associated with a custom key store.
origin
- The source of the CMK's key material. When this value is AWS_KMS
, AWS KMS created the key
material. When this value is EXTERNAL
, the key material was imported from your existing key
management infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM
, the
key material was created in the AWS CloudHSM cluster associated with a custom key store.OriginType
public void setCustomKeyStoreId(String customKeyStoreId)
A unique identifier for the custom key store that contains the CMK. This value is present only when the CMK is created in a custom key store.
customKeyStoreId
- A unique identifier for the custom key
store that contains the CMK. This value is present only when the CMK is created in a custom key store.public String getCustomKeyStoreId()
A unique identifier for the custom key store that contains the CMK. This value is present only when the CMK is created in a custom key store.
public KeyMetadata withCustomKeyStoreId(String customKeyStoreId)
A unique identifier for the custom key store that contains the CMK. This value is present only when the CMK is created in a custom key store.
customKeyStoreId
- A unique identifier for the custom key
store that contains the CMK. This value is present only when the CMK is created in a custom key store.public void setCloudHsmClusterId(String cloudHsmClusterId)
The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK. When you create a CMK in a custom key store, AWS KMS creates the key material for the CMK in the associated AWS CloudHSM cluster. This value is present only when the CMK is created in a custom key store.
cloudHsmClusterId
- The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK. When you create a
CMK in a custom key
store, AWS KMS creates the key material for the CMK in the associated AWS CloudHSM cluster. This value
is present only when the CMK is created in a custom key store.public String getCloudHsmClusterId()
The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK. When you create a CMK in a custom key store, AWS KMS creates the key material for the CMK in the associated AWS CloudHSM cluster. This value is present only when the CMK is created in a custom key store.
public KeyMetadata withCloudHsmClusterId(String cloudHsmClusterId)
The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK. When you create a CMK in a custom key store, AWS KMS creates the key material for the CMK in the associated AWS CloudHSM cluster. This value is present only when the CMK is created in a custom key store.
cloudHsmClusterId
- The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK. When you create a
CMK in a custom key
store, AWS KMS creates the key material for the CMK in the associated AWS CloudHSM cluster. This value
is present only when the CMK is created in a custom key store.public void setExpirationModel(String expirationModel)
Specifies whether the CMK's key material expires. This value is present only when Origin
is
EXTERNAL
, otherwise this value is omitted.
expirationModel
- Specifies whether the CMK's key material expires. This value is present only when Origin
is
EXTERNAL
, otherwise this value is omitted.ExpirationModelType
public String getExpirationModel()
Specifies whether the CMK's key material expires. This value is present only when Origin
is
EXTERNAL
, otherwise this value is omitted.
Origin
is
EXTERNAL
, otherwise this value is omitted.ExpirationModelType
public KeyMetadata withExpirationModel(String expirationModel)
Specifies whether the CMK's key material expires. This value is present only when Origin
is
EXTERNAL
, otherwise this value is omitted.
expirationModel
- Specifies whether the CMK's key material expires. This value is present only when Origin
is
EXTERNAL
, otherwise this value is omitted.ExpirationModelType
public void setExpirationModel(ExpirationModelType expirationModel)
Specifies whether the CMK's key material expires. This value is present only when Origin
is
EXTERNAL
, otherwise this value is omitted.
expirationModel
- Specifies whether the CMK's key material expires. This value is present only when Origin
is
EXTERNAL
, otherwise this value is omitted.ExpirationModelType
public KeyMetadata withExpirationModel(ExpirationModelType expirationModel)
Specifies whether the CMK's key material expires. This value is present only when Origin
is
EXTERNAL
, otherwise this value is omitted.
expirationModel
- Specifies whether the CMK's key material expires. This value is present only when Origin
is
EXTERNAL
, otherwise this value is omitted.ExpirationModelType
public void setKeyManager(String keyManager)
The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed. For more information about the difference, see Customer Master Keys in the AWS Key Management Service Developer Guide.
keyManager
- The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed. For more
information about the difference, see Customer Master
Keys in the AWS Key Management Service Developer Guide.KeyManagerType
public String getKeyManager()
The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed. For more information about the difference, see Customer Master Keys in the AWS Key Management Service Developer Guide.
KeyManagerType
public KeyMetadata withKeyManager(String keyManager)
The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed. For more information about the difference, see Customer Master Keys in the AWS Key Management Service Developer Guide.
keyManager
- The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed. For more
information about the difference, see Customer Master
Keys in the AWS Key Management Service Developer Guide.KeyManagerType
public void setKeyManager(KeyManagerType keyManager)
The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed. For more information about the difference, see Customer Master Keys in the AWS Key Management Service Developer Guide.
keyManager
- The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed. For more
information about the difference, see Customer Master
Keys in the AWS Key Management Service Developer Guide.KeyManagerType
public KeyMetadata withKeyManager(KeyManagerType keyManager)
The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed. For more information about the difference, see Customer Master Keys in the AWS Key Management Service Developer Guide.
keyManager
- The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed. For more
information about the difference, see Customer Master
Keys in the AWS Key Management Service Developer Guide.KeyManagerType
public void setCustomerMasterKeySpec(String customerMasterKeySpec)
Describes the type of key material in the CMK.
customerMasterKeySpec
- Describes the type of key material in the CMK.CustomerMasterKeySpec
public String getCustomerMasterKeySpec()
Describes the type of key material in the CMK.
CustomerMasterKeySpec
public KeyMetadata withCustomerMasterKeySpec(String customerMasterKeySpec)
Describes the type of key material in the CMK.
customerMasterKeySpec
- Describes the type of key material in the CMK.CustomerMasterKeySpec
public void setCustomerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec)
Describes the type of key material in the CMK.
customerMasterKeySpec
- Describes the type of key material in the CMK.CustomerMasterKeySpec
public KeyMetadata withCustomerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec)
Describes the type of key material in the CMK.
customerMasterKeySpec
- Describes the type of key material in the CMK.CustomerMasterKeySpec
public List<String> getEncryptionAlgorithms()
A list of encryption algorithms that the CMK supports. You cannot use the CMK with other encryption algorithms within AWS KMS.
This field appears only when the KeyUsage
of the CMK is ENCRYPT_DECRYPT
.
This field appears only when the KeyUsage
of the CMK is ENCRYPT_DECRYPT
.
EncryptionAlgorithmSpec
public void setEncryptionAlgorithms(Collection<String> encryptionAlgorithms)
A list of encryption algorithms that the CMK supports. You cannot use the CMK with other encryption algorithms within AWS KMS.
This field appears only when the KeyUsage
of the CMK is ENCRYPT_DECRYPT
.
encryptionAlgorithms
- A list of encryption algorithms that the CMK supports. You cannot use the CMK with other encryption
algorithms within AWS KMS.
This field appears only when the KeyUsage
of the CMK is ENCRYPT_DECRYPT
.
EncryptionAlgorithmSpec
public KeyMetadata withEncryptionAlgorithms(String... encryptionAlgorithms)
A list of encryption algorithms that the CMK supports. You cannot use the CMK with other encryption algorithms within AWS KMS.
This field appears only when the KeyUsage
of the CMK is ENCRYPT_DECRYPT
.
NOTE: This method appends the values to the existing list (if any). Use
setEncryptionAlgorithms(java.util.Collection)
or withEncryptionAlgorithms(java.util.Collection)
if you want to override the existing values.
encryptionAlgorithms
- A list of encryption algorithms that the CMK supports. You cannot use the CMK with other encryption
algorithms within AWS KMS.
This field appears only when the KeyUsage
of the CMK is ENCRYPT_DECRYPT
.
EncryptionAlgorithmSpec
public KeyMetadata withEncryptionAlgorithms(Collection<String> encryptionAlgorithms)
A list of encryption algorithms that the CMK supports. You cannot use the CMK with other encryption algorithms within AWS KMS.
This field appears only when the KeyUsage
of the CMK is ENCRYPT_DECRYPT
.
encryptionAlgorithms
- A list of encryption algorithms that the CMK supports. You cannot use the CMK with other encryption
algorithms within AWS KMS.
This field appears only when the KeyUsage
of the CMK is ENCRYPT_DECRYPT
.
EncryptionAlgorithmSpec
public KeyMetadata withEncryptionAlgorithms(EncryptionAlgorithmSpec... encryptionAlgorithms)
A list of encryption algorithms that the CMK supports. You cannot use the CMK with other encryption algorithms within AWS KMS.
This field appears only when the KeyUsage
of the CMK is ENCRYPT_DECRYPT
.
encryptionAlgorithms
- A list of encryption algorithms that the CMK supports. You cannot use the CMK with other encryption
algorithms within AWS KMS.
This field appears only when the KeyUsage
of the CMK is ENCRYPT_DECRYPT
.
EncryptionAlgorithmSpec
public List<String> getSigningAlgorithms()
A list of signing algorithms that the CMK supports. You cannot use the CMK with other signing algorithms within AWS KMS.
This field appears only when the KeyUsage
of the CMK is SIGN_VERIFY
.
This field appears only when the KeyUsage
of the CMK is SIGN_VERIFY
.
SigningAlgorithmSpec
public void setSigningAlgorithms(Collection<String> signingAlgorithms)
A list of signing algorithms that the CMK supports. You cannot use the CMK with other signing algorithms within AWS KMS.
This field appears only when the KeyUsage
of the CMK is SIGN_VERIFY
.
signingAlgorithms
- A list of signing algorithms that the CMK supports. You cannot use the CMK with other signing algorithms
within AWS KMS.
This field appears only when the KeyUsage
of the CMK is SIGN_VERIFY
.
SigningAlgorithmSpec
public KeyMetadata withSigningAlgorithms(String... signingAlgorithms)
A list of signing algorithms that the CMK supports. You cannot use the CMK with other signing algorithms within AWS KMS.
This field appears only when the KeyUsage
of the CMK is SIGN_VERIFY
.
NOTE: This method appends the values to the existing list (if any). Use
setSigningAlgorithms(java.util.Collection)
or withSigningAlgorithms(java.util.Collection)
if
you want to override the existing values.
signingAlgorithms
- A list of signing algorithms that the CMK supports. You cannot use the CMK with other signing algorithms
within AWS KMS.
This field appears only when the KeyUsage
of the CMK is SIGN_VERIFY
.
SigningAlgorithmSpec
public KeyMetadata withSigningAlgorithms(Collection<String> signingAlgorithms)
A list of signing algorithms that the CMK supports. You cannot use the CMK with other signing algorithms within AWS KMS.
This field appears only when the KeyUsage
of the CMK is SIGN_VERIFY
.
signingAlgorithms
- A list of signing algorithms that the CMK supports. You cannot use the CMK with other signing algorithms
within AWS KMS.
This field appears only when the KeyUsage
of the CMK is SIGN_VERIFY
.
SigningAlgorithmSpec
public KeyMetadata withSigningAlgorithms(SigningAlgorithmSpec... signingAlgorithms)
A list of signing algorithms that the CMK supports. You cannot use the CMK with other signing algorithms within AWS KMS.
This field appears only when the KeyUsage
of the CMK is SIGN_VERIFY
.
signingAlgorithms
- A list of signing algorithms that the CMK supports. You cannot use the CMK with other signing algorithms
within AWS KMS.
This field appears only when the KeyUsage
of the CMK is SIGN_VERIFY
.
SigningAlgorithmSpec
public String toString()
toString
in class Object
Object.toString()
public KeyMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.