Uses of Enum
software.amazon.awssdk.services.kms.model.KeyAgreementAlgorithmSpec
Packages that use KeyAgreementAlgorithmSpec
-
Uses of KeyAgreementAlgorithmSpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return KeyAgreementAlgorithmSpecModifier and TypeMethodDescriptionstatic KeyAgreementAlgorithmSpecUse this in place of valueOf to convert the raw string returned by the service into the enum value.DeriveSharedSecretRequest.keyAgreementAlgorithm()Specifies the key agreement algorithm used to derive the shared secret.DeriveSharedSecretResponse.keyAgreementAlgorithm()Identifies the key agreement algorithm used to derive the shared secret.static KeyAgreementAlgorithmSpecReturns 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 KeyAgreementAlgorithmSpecModifier and TypeMethodDescriptionfinal List<KeyAgreementAlgorithmSpec>GetPublicKeyResponse.keyAgreementAlgorithms()The key agreement algorithm used to derive a shared secret.final 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 KeyAgreementAlgorithmSpecModifier and TypeMethodDescriptionDeriveSharedSecretRequest.Builder.keyAgreementAlgorithm(KeyAgreementAlgorithmSpec keyAgreementAlgorithm) Specifies the key agreement algorithm used to derive the shared secret.DeriveSharedSecretResponse.Builder.keyAgreementAlgorithm(KeyAgreementAlgorithmSpec keyAgreementAlgorithm) Identifies the key agreement algorithm used to derive the shared secret.GetPublicKeyResponse.Builder.keyAgreementAlgorithms(KeyAgreementAlgorithmSpec... keyAgreementAlgorithms) The key agreement algorithm used to derive a shared secret.KeyMetadata.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 KeyAgreementAlgorithmSpecModifier and TypeMethodDescriptionGetPublicKeyResponse.Builder.keyAgreementAlgorithms(Collection<KeyAgreementAlgorithmSpec> keyAgreementAlgorithms) The key agreement algorithm used to derive a shared secret.KeyMetadata.Builder.keyAgreementAlgorithms(Collection<KeyAgreementAlgorithmSpec> keyAgreementAlgorithms) The key agreement algorithm used to derive a shared secret.