VerifyMacRequest

Types

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

Properties

Link copied to clipboard

The keyARN of the encryption key that Amazon Web Services Payment Cryptography uses to verify MAC data.

Link copied to clipboard
val mac: String?

The MAC being verified.

Link copied to clipboard

The length of the MAC.

Link copied to clipboard

The data on for which MAC is under verification.

Link copied to clipboard

The attributes and data values to use for MAC verification within Amazon Web Services Payment Cryptography.

Functions

Link copied to clipboard
inline fun copy(block: VerifyMacRequest.Builder.() -> Unit = {}): VerifyMacRequest
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