| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyAgreementAlgorithmSpec |
KeyAgreementAlgorithmSpec.fromValue(String value)
Use this in place of valueOf.
|
static KeyAgreementAlgorithmSpec |
KeyAgreementAlgorithmSpec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyAgreementAlgorithmSpec[] |
KeyAgreementAlgorithmSpec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeriveSharedSecretResult |
DeriveSharedSecretResult.withKeyAgreementAlgorithm(KeyAgreementAlgorithmSpec keyAgreementAlgorithm)
Identifies the key agreement algorithm used to derive the shared secret.
|
DeriveSharedSecretRequest |
DeriveSharedSecretRequest.withKeyAgreementAlgorithm(KeyAgreementAlgorithmSpec keyAgreementAlgorithm)
Specifies the key agreement algorithm used to derive the shared secret.
|
GetPublicKeyResult |
GetPublicKeyResult.withKeyAgreementAlgorithms(KeyAgreementAlgorithmSpec... keyAgreementAlgorithms)
The key agreement algorithm used to derive a shared secret.
|
KeyMetadata |
KeyMetadata.withKeyAgreementAlgorithms(KeyAgreementAlgorithmSpec... keyAgreementAlgorithms)
The key agreement algorithm used to derive a shared secret.
|
Copyright © 2025. All rights reserved.