Package | Description |
---|---|
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
KeyMetadata |
KeyMetadata.clone() |
KeyMetadata |
DescribeKeyResult.getKeyMetadata()
Metadata associated with the key.
|
KeyMetadata |
CreateKeyResult.getKeyMetadata()
Metadata associated with the CMK.
|
KeyMetadata |
KeyMetadata.withArn(String arn)
The Amazon Resource Name (ARN) of the CMK.
|
KeyMetadata |
KeyMetadata.withAWSAccountId(String aWSAccountId)
The twelve-digit account ID of the AWS account that owns the CMK.
|
KeyMetadata |
KeyMetadata.withCloudHsmClusterId(String cloudHsmClusterId)
The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK.
|
KeyMetadata |
KeyMetadata.withCreationDate(Date creationDate)
The date and time when the CMK was created.
|
KeyMetadata |
KeyMetadata.withCustomerMasterKeySpec(CustomerMasterKeySpec customerMasterKeySpec)
Describes the type of key material in the CMK.
|
KeyMetadata |
KeyMetadata.withCustomerMasterKeySpec(String customerMasterKeySpec)
Describes the type of key material in the CMK.
|
KeyMetadata |
KeyMetadata.withCustomKeyStoreId(String customKeyStoreId)
A unique identifier for the custom key store
that contains the CMK.
|
KeyMetadata |
KeyMetadata.withDeletionDate(Date deletionDate)
The date and time after which AWS KMS deletes the CMK.
|
KeyMetadata |
KeyMetadata.withDescription(String description)
The description of the CMK.
|
KeyMetadata |
KeyMetadata.withEnabled(Boolean enabled)
Specifies whether the CMK is enabled.
|
KeyMetadata |
KeyMetadata.withEncryptionAlgorithms(Collection<String> encryptionAlgorithms)
The encryption algorithms that the CMK supports.
|
KeyMetadata |
KeyMetadata.withEncryptionAlgorithms(EncryptionAlgorithmSpec... encryptionAlgorithms)
The encryption algorithms that the CMK supports.
|
KeyMetadata |
KeyMetadata.withEncryptionAlgorithms(String... encryptionAlgorithms)
The encryption algorithms that the CMK supports.
|
KeyMetadata |
KeyMetadata.withExpirationModel(ExpirationModelType expirationModel)
Specifies whether the CMK's key material expires.
|
KeyMetadata |
KeyMetadata.withExpirationModel(String expirationModel)
Specifies whether the CMK's key material expires.
|
KeyMetadata |
KeyMetadata.withKeyId(String keyId)
The globally unique identifier for the CMK.
|
KeyMetadata |
KeyMetadata.withKeyManager(KeyManagerType keyManager)
The manager of the CMK.
|
KeyMetadata |
KeyMetadata.withKeyManager(String keyManager)
The manager of the CMK.
|
KeyMetadata |
KeyMetadata.withKeyState(KeyState keyState)
The current status of the CMK.
|
KeyMetadata |
KeyMetadata.withKeyState(String keyState)
The current status of the CMK.
|
KeyMetadata |
KeyMetadata.withKeyUsage(KeyUsageType keyUsage)
The
cryptographic operations for which you can use the CMK.
|
KeyMetadata |
KeyMetadata.withKeyUsage(String keyUsage)
The
cryptographic operations for which you can use the CMK.
|
KeyMetadata |
KeyMetadata.withOrigin(OriginType origin)
The source of the CMK's key material.
|
KeyMetadata |
KeyMetadata.withOrigin(String origin)
The source of the CMK's key material.
|
KeyMetadata |
KeyMetadata.withSigningAlgorithms(Collection<String> signingAlgorithms)
The signing algorithms that the CMK supports.
|
KeyMetadata |
KeyMetadata.withSigningAlgorithms(SigningAlgorithmSpec... signingAlgorithms)
The signing algorithms that the CMK supports.
|
KeyMetadata |
KeyMetadata.withSigningAlgorithms(String... signingAlgorithms)
The signing algorithms that the CMK supports.
|
KeyMetadata |
KeyMetadata.withValidTo(Date validTo)
The time at which the imported key material expires.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeKeyResult.setKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the key.
|
void |
CreateKeyResult.setKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the CMK.
|
DescribeKeyResult |
DescribeKeyResult.withKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the key.
|
CreateKeyResult |
CreateKeyResult.withKeyMetadata(KeyMetadata keyMetadata)
Metadata associated with the CMK.
|
Copyright © 2020. All rights reserved.