Uses of Interface
software.amazon.awssdk.services.kms.model.SignResponse.Builder
Packages that use SignResponse.Builder
-
Uses of SignResponse.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return SignResponse.BuilderModifier and TypeMethodDescriptionstatic SignResponse.BuilderSignResponse.builder()The Amazon Resource Name (key ARN) of the asymmetric KMS key that was used to sign the message.The cryptographic signature that was generated for the message.SignResponse.Builder.signingAlgorithm(String signingAlgorithm) The signing algorithm that was used to sign the message.SignResponse.Builder.signingAlgorithm(SigningAlgorithmSpec signingAlgorithm) The signing algorithm that was used to sign the message.SignResponse.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type SignResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SignResponse.Builder>SignResponse.serializableBuilderClass()