| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
CreateCustomKeyStoreResult |
AWSKMS.createCustomKeyStore(CreateCustomKeyStoreRequest createCustomKeyStoreRequest)
Creates a custom key store that is associated with an AWS
CloudHSM cluster that you own and manage.
|
CreateCustomKeyStoreResult |
AWSKMSClient.createCustomKeyStore(CreateCustomKeyStoreRequest createCustomKeyStoreRequest)
Creates a custom key store that is associated with an AWS
CloudHSM cluster that you own and manage.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCustomKeyStoreRequest |
CreateCustomKeyStoreRequest.withCloudHsmClusterId(String cloudHsmClusterId)
Identifies the AWS CloudHSM cluster for the custom key store.
|
CreateCustomKeyStoreRequest |
CreateCustomKeyStoreRequest.withCustomKeyStoreName(String customKeyStoreName)
Specifies a friendly name for the custom key store.
|
CreateCustomKeyStoreRequest |
CreateCustomKeyStoreRequest.withKeyStorePassword(String keyStorePassword)
Enter the password of the
kmsuser crypto user (CU) account in the specified AWS
CloudHSM cluster. |
CreateCustomKeyStoreRequest |
CreateCustomKeyStoreRequest.withTrustAnchorCertificate(String trustAnchorCertificate)
Enter the content of the trust anchor certificate for the cluster.
|
Copyright © 2020. All rights reserved.