EmvMac

data class EmvMac(val value: MacAlgorithmEmv) : MacAttributes

Parameters that are required for MAC generation or verification using EMV MAC algorithm.

Constructors

Link copied to clipboard
constructor(value: MacAlgorithmEmv)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this MacAttributes as a Algorithm and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.MacAlgorithm value. Throws an exception if the MacAttributes is not a Algorithm.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this MacAttributes as a EmvMac and retrieves its aws.sdk.kotlin.services.paymentcryptographydata.model.MacAlgorithmEmv value. Throws an exception if the MacAttributes is not a EmvMac.

Link copied to clipboard