Uses of Interface
software.amazon.awssdk.services.kms.model.DeriveSharedSecretRequest.Builder
Packages that use DeriveSharedSecretRequest.Builder
Package
Description
-
Uses of DeriveSharedSecretRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type DeriveSharedSecretRequest.BuilderModifier and TypeMethodDescriptionKmsAsyncClient.deriveSharedSecret(Consumer<DeriveSharedSecretRequest.Builder> deriveSharedSecretRequest) Derives a shared secret using a key agreement algorithm.default DeriveSharedSecretResponseKmsClient.deriveSharedSecret(Consumer<DeriveSharedSecretRequest.Builder> deriveSharedSecretRequest) Derives a shared secret using a key agreement algorithm. -
Uses of DeriveSharedSecretRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return DeriveSharedSecretRequest.BuilderModifier and TypeMethodDescriptionDeriveSharedSecretRequest.builder()Checks if your request will succeed.DeriveSharedSecretRequest.Builder.grantTokens(String... grantTokens) A list of grant tokens.DeriveSharedSecretRequest.Builder.grantTokens(Collection<String> grantTokens) A list of grant tokens.DeriveSharedSecretRequest.Builder.keyAgreementAlgorithm(String keyAgreementAlgorithm) Specifies the key agreement algorithm used to derive the shared secret.DeriveSharedSecretRequest.Builder.keyAgreementAlgorithm(KeyAgreementAlgorithmSpec keyAgreementAlgorithm) Specifies the key agreement algorithm used to derive the shared secret.Identifies an asymmetric NIST-standard ECC or SM2 (China Regions only) KMS key.DeriveSharedSecretRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeriveSharedSecretRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Specifies the public key in your peer's NIST-standard elliptic curve (ECC) or SM2 (China Regions only) key pair.DeriveSharedSecretRequest.Builder.recipient(Consumer<RecipientInfo.Builder> recipient) A signed attestation document from an Amazon Web Services Nitro enclave or NitroTPM, and the encryption algorithm to use with the public key in the attestation document.DeriveSharedSecretRequest.Builder.recipient(RecipientInfo recipient) A signed attestation document from an Amazon Web Services Nitro enclave or NitroTPM, and the encryption algorithm to use with the public key in the attestation document.DeriveSharedSecretRequest.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type DeriveSharedSecretRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeriveSharedSecretRequest.Builder>DeriveSharedSecretRequest.serializableBuilderClass()