Uses of Enum
software.amazon.awssdk.services.kms.model.SigningAlgorithmSpec
Packages that use SigningAlgorithmSpec
-
Uses of SigningAlgorithmSpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return SigningAlgorithmSpecModifier and TypeMethodDescriptionstatic SigningAlgorithmSpecUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SigningAlgorithmSpecSignRequest.signingAlgorithm()Specifies the signing algorithm to use when signing the message.final SigningAlgorithmSpecSignResponse.signingAlgorithm()The signing algorithm that was used to sign the message.final SigningAlgorithmSpecVerifyRequest.signingAlgorithm()The signing algorithm that was used to sign the message.final SigningAlgorithmSpecVerifyResponse.signingAlgorithm()The signing algorithm that was used to verify the signature.static SigningAlgorithmSpecReturns the enum constant of this type with the specified name.static SigningAlgorithmSpec[]SigningAlgorithmSpec.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 SigningAlgorithmSpecModifier and TypeMethodDescriptionstatic Set<SigningAlgorithmSpec>SigningAlgorithmSpec.knownValues()final List<SigningAlgorithmSpec>GetPublicKeyResponse.signingAlgorithms()The signing algorithms that KMS supports for this key.final List<SigningAlgorithmSpec>KeyMetadata.signingAlgorithms()The signing algorithms that the KMS key supports.Methods in software.amazon.awssdk.services.kms.model with parameters of type SigningAlgorithmSpecModifier and TypeMethodDescriptionSignRequest.Builder.signingAlgorithm(SigningAlgorithmSpec signingAlgorithm) Specifies the signing algorithm to use when signing the message.SignResponse.Builder.signingAlgorithm(SigningAlgorithmSpec signingAlgorithm) The signing algorithm that was used to sign the message.VerifyRequest.Builder.signingAlgorithm(SigningAlgorithmSpec signingAlgorithm) The signing algorithm that was used to sign the message.VerifyResponse.Builder.signingAlgorithm(SigningAlgorithmSpec signingAlgorithm) The signing algorithm that was used to verify the signature.GetPublicKeyResponse.Builder.signingAlgorithms(SigningAlgorithmSpec... signingAlgorithms) The signing algorithms that KMS supports for this key.KeyMetadata.Builder.signingAlgorithms(SigningAlgorithmSpec... signingAlgorithms) The signing algorithms that the KMS key supports.Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type SigningAlgorithmSpecModifier and TypeMethodDescriptionGetPublicKeyResponse.Builder.signingAlgorithms(Collection<SigningAlgorithmSpec> signingAlgorithms) The signing algorithms that KMS supports for this key.KeyMetadata.Builder.signingAlgorithms(Collection<SigningAlgorithmSpec> signingAlgorithms) The signing algorithms that the KMS key supports.