Uses of Class
software.amazon.awssdk.services.kms.model.KeyAgreementAlgorithmSpec
-
Packages that use KeyAgreementAlgorithmSpec Package Description software.amazon.awssdk.services.kms.model -
-
Uses of KeyAgreementAlgorithmSpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return KeyAgreementAlgorithmSpec Modifier and Type Method Description static KeyAgreementAlgorithmSpecKeyAgreementAlgorithmSpec. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeyAgreementAlgorithmSpecDeriveSharedSecretRequest. keyAgreementAlgorithm()Specifies the key agreement algorithm used to derive the shared secret.KeyAgreementAlgorithmSpecDeriveSharedSecretResponse. keyAgreementAlgorithm()Identifies the key agreement algorithm used to derive the shared secret.static KeyAgreementAlgorithmSpecKeyAgreementAlgorithmSpec. 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.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type KeyAgreementAlgorithmSpec Modifier and Type Method Description List<KeyAgreementAlgorithmSpec>GetPublicKeyResponse. keyAgreementAlgorithms()The key agreement algorithm used to derive a shared secret.List<KeyAgreementAlgorithmSpec>KeyMetadata. keyAgreementAlgorithms()The key agreement algorithm used to derive a shared secret.static Set<KeyAgreementAlgorithmSpec>KeyAgreementAlgorithmSpec. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type KeyAgreementAlgorithmSpec Modifier and Type Method Description DeriveSharedSecretRequest.BuilderDeriveSharedSecretRequest.Builder. keyAgreementAlgorithm(KeyAgreementAlgorithmSpec keyAgreementAlgorithm)Specifies the key agreement algorithm used to derive the shared secret.DeriveSharedSecretResponse.BuilderDeriveSharedSecretResponse.Builder. keyAgreementAlgorithm(KeyAgreementAlgorithmSpec keyAgreementAlgorithm)Identifies the key agreement algorithm used to derive the shared secret.GetPublicKeyResponse.BuilderGetPublicKeyResponse.Builder. keyAgreementAlgorithms(KeyAgreementAlgorithmSpec... keyAgreementAlgorithms)The key agreement algorithm used to derive a shared secret.KeyMetadata.BuilderKeyMetadata.Builder. keyAgreementAlgorithms(KeyAgreementAlgorithmSpec... keyAgreementAlgorithms)The key agreement algorithm used to derive a shared secret.Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type KeyAgreementAlgorithmSpec Modifier and Type Method Description GetPublicKeyResponse.BuilderGetPublicKeyResponse.Builder. keyAgreementAlgorithms(Collection<KeyAgreementAlgorithmSpec> keyAgreementAlgorithms)The key agreement algorithm used to derive a shared secret.KeyMetadata.BuilderKeyMetadata.Builder. keyAgreementAlgorithms(Collection<KeyAgreementAlgorithmSpec> keyAgreementAlgorithms)The key agreement algorithm used to derive a shared secret.
-