Package | Description |
---|---|
com.amazonaws.services.kms.model |
Modifier and Type | Method and Description |
---|---|
static KeySpec |
KeySpec.fromValue(String value)
Use this in place of valueOf.
|
static KeySpec |
KeySpec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeySpec[] |
KeySpec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateKeyRequest.setKeySpec(KeySpec keySpec)
Specifies the type of KMS key to create.
|
void |
KeyMetadata.setKeySpec(KeySpec keySpec)
Describes the type of key material in the KMS key.
|
CreateKeyRequest |
CreateKeyRequest.withKeySpec(KeySpec keySpec)
Specifies the type of KMS key to create.
|
KeyMetadata |
KeyMetadata.withKeySpec(KeySpec keySpec)
Describes the type of key material in the KMS key.
|
GetPublicKeyResult |
GetPublicKeyResult.withKeySpec(KeySpec keySpec)
The type of the of the public key that was downloaded.
|
Copyright © 2021. All rights reserved.