Algorithm

data class Algorithm(val value: MacAlgorithm) : MacAttributes

The encryption algorithm for MAC generation or verification.

Constructors

Link copied to clipboard
constructor(value: MacAlgorithm)

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