VerifyMacResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The HMAC KMS key used in the verification.

Link copied to clipboard

The MAC algorithm used in the verification.

Link copied to clipboard

A Boolean value that indicates whether the HMAC was verified. A value of True indicates that the HMAC (Mac) was generated with the specified Message, HMAC KMS key (KeyID) and MacAlgorithm..

Functions

Link copied to clipboard
inline fun copy(block: VerifyMacResponse.Builder.() -> Unit = {}): VerifyMacResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String