Ibm3624RandomPin

Parameters that are required to generate or verify Ibm3624 random PIN.

Types

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

Properties

Link copied to clipboard

The decimalization table to use for IBM 3624 PIN algorithm. The table is used to convert the algorithm intermediate result from hexadecimal characters to decimal.

Link copied to clipboard

The unique data for cardholder identification.

Link copied to clipboard

The padding character for validation data.

Functions

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