| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
DeriveSharedSecretResult |
AbstractAWSKMS.deriveSharedSecret(DeriveSharedSecretRequest request) |
DeriveSharedSecretResult |
AWSKMSClient.deriveSharedSecret(DeriveSharedSecretRequest request)
Derives a shared secret using a key agreement algorithm.
|
DeriveSharedSecretResult |
AWSKMS.deriveSharedSecret(DeriveSharedSecretRequest deriveSharedSecretRequest)
Derives a shared secret using a key agreement algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeriveSharedSecretResult> |
AWSKMSAsyncClient.deriveSharedSecretAsync(DeriveSharedSecretRequest request,
AsyncHandler<DeriveSharedSecretRequest,DeriveSharedSecretResult> asyncHandler) |
Future<DeriveSharedSecretResult> |
AbstractAWSKMSAsync.deriveSharedSecretAsync(DeriveSharedSecretRequest request,
AsyncHandler<DeriveSharedSecretRequest,DeriveSharedSecretResult> asyncHandler) |
Future<DeriveSharedSecretResult> |
AWSKMSAsync.deriveSharedSecretAsync(DeriveSharedSecretRequest deriveSharedSecretRequest,
AsyncHandler<DeriveSharedSecretRequest,DeriveSharedSecretResult> asyncHandler)
Derives a shared secret using a key agreement algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
DeriveSharedSecretResult |
DeriveSharedSecretResult.clone() |
DeriveSharedSecretResult |
DeriveSharedSecretResult.withCiphertextForRecipient(ByteBuffer ciphertextForRecipient)
The plaintext shared secret encrypted with the public key in the attestation document.
|
DeriveSharedSecretResult |
DeriveSharedSecretResult.withKeyAgreementAlgorithm(KeyAgreementAlgorithmSpec keyAgreementAlgorithm)
Identifies the key agreement algorithm used to derive the shared secret.
|
DeriveSharedSecretResult |
DeriveSharedSecretResult.withKeyAgreementAlgorithm(String keyAgreementAlgorithm)
Identifies the key agreement algorithm used to derive the shared secret.
|
DeriveSharedSecretResult |
DeriveSharedSecretResult.withKeyId(String keyId)
Identifies the KMS key used to derive the shared secret.
|
DeriveSharedSecretResult |
DeriveSharedSecretResult.withKeyOrigin(OriginType keyOrigin)
The source of the key material for the specified KMS key.
|
DeriveSharedSecretResult |
DeriveSharedSecretResult.withKeyOrigin(String keyOrigin)
The source of the key material for the specified KMS key.
|
DeriveSharedSecretResult |
DeriveSharedSecretResult.withSharedSecret(ByteBuffer sharedSecret)
The raw secret derived from the specified key agreement algorithm, private key in the asymmetric KMS key, and
your peer's public key.
|
Copyright © 2024. All rights reserved.