MacAlgorithmEmv

Parameters that are required for EMV MAC generation and verification.

Types

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

Properties

Link copied to clipboard

The method to use when deriving the master key for EMV MAC generation or verification.

Link copied to clipboard

A number that identifies and differentiates payment cards with the same Primary Account Number (PAN).

Link copied to clipboard

The Primary Account Number (PAN), a unique identifier for a payment credit or debit card and associates the card to a specific account holder.

Link copied to clipboard

The method of deriving a session key for EMV MAC generation or verification.

Link copied to clipboard

Parameters that are required to generate session key for EMV generation and verification.

Functions

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