VerifyResponse

public struct VerifyResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (key ARN) of the asymmetric CMK that was used to verify the signature.

    Declaration

    Swift

    public let keyId: String?
  • A Boolean value that indicates whether the signature was verified. A value of True indicates that the Signature was produced by signing the Message with the specified KeyID and SigningAlgorithm. If the signature is not verified, the Verify operation fails with a KMSInvalidSignatureException exception.

    Declaration

    Swift

    public let signatureValid: Bool?
  • The signing algorithm that was used to verify the signature.

    Declaration

    Swift

    public let signingAlgorithm: SigningAlgorithmSpec?
  • Undocumented

    Declaration

    Swift

    public init(keyId: String? = nil, signatureValid: Bool? = nil, signingAlgorithm: SigningAlgorithmSpec? = nil)