Uses of Class
software.amazon.awssdk.services.kms.model.SigningAlgorithmSpec
-
Packages that use SigningAlgorithmSpec Package Description software.amazon.awssdk.services.kms.model -
-
Uses of SigningAlgorithmSpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return SigningAlgorithmSpec Modifier and Type Method Description static SigningAlgorithmSpecSigningAlgorithmSpec. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SigningAlgorithmSpecSignRequest. signingAlgorithm()Specifies the signing algorithm to use when signing the message.SigningAlgorithmSpecSignResponse. signingAlgorithm()The signing algorithm that was used to sign the message.SigningAlgorithmSpecVerifyRequest. signingAlgorithm()The signing algorithm that was used to sign the message.SigningAlgorithmSpecVerifyResponse. signingAlgorithm()The signing algorithm that was used to verify the signature.static SigningAlgorithmSpecSigningAlgorithmSpec. valueOf(String name)Returns 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 SigningAlgorithmSpec Modifier and Type Method Description static Set<SigningAlgorithmSpec>SigningAlgorithmSpec. knownValues()List<SigningAlgorithmSpec>GetPublicKeyResponse. signingAlgorithms()The signing algorithms that KMS supports for this key.List<SigningAlgorithmSpec>KeyMetadata. signingAlgorithms()The signing algorithms that the KMS key supports.Methods in software.amazon.awssdk.services.kms.model with parameters of type SigningAlgorithmSpec Modifier and Type Method Description SignRequest.BuilderSignRequest.Builder. signingAlgorithm(SigningAlgorithmSpec signingAlgorithm)Specifies the signing algorithm to use when signing the message.SignResponse.BuilderSignResponse.Builder. signingAlgorithm(SigningAlgorithmSpec signingAlgorithm)The signing algorithm that was used to sign the message.VerifyRequest.BuilderVerifyRequest.Builder. signingAlgorithm(SigningAlgorithmSpec signingAlgorithm)The signing algorithm that was used to sign the message.VerifyResponse.BuilderVerifyResponse.Builder. signingAlgorithm(SigningAlgorithmSpec signingAlgorithm)The signing algorithm that was used to verify the signature.GetPublicKeyResponse.BuilderGetPublicKeyResponse.Builder. signingAlgorithms(SigningAlgorithmSpec... signingAlgorithms)The signing algorithms that KMS supports for this key.KeyMetadata.BuilderKeyMetadata.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 SigningAlgorithmSpec Modifier and Type Method Description GetPublicKeyResponse.BuilderGetPublicKeyResponse.Builder. signingAlgorithms(Collection<SigningAlgorithmSpec> signingAlgorithms)The signing algorithms that KMS supports for this key.KeyMetadata.BuilderKeyMetadata.Builder. signingAlgorithms(Collection<SigningAlgorithmSpec> signingAlgorithms)The signing algorithms that the KMS key supports.
-