| 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 |
|---|---|
GenerateRandomResult |
AWSKMSClient.generateRandom(GenerateRandomRequest generateRandomRequest)
Returns a random byte string that is cryptographically secure.
|
GenerateRandomResult |
AWSKMS.generateRandom(GenerateRandomRequest generateRandomRequest)
Returns a random byte string that is cryptographically secure.
|
| Modifier and Type | Method and Description |
|---|---|
GenerateRandomRequest |
GenerateRandomRequest.withCustomKeyStoreId(String customKeyStoreId)
Generates the random byte string in the AWS CloudHSM cluster that is
associated with the specified custom key store.
|
GenerateRandomRequest |
GenerateRandomRequest.withNumberOfBytes(Integer numberOfBytes)
The length of the byte string.
|
Copyright © 2019. All rights reserved.