WrappedKey

Parameter information for generating a WrappedKeyBlock for key exchange.

Types

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

Properties

Link copied to clipboard

The key check value (KCV) is used to check if all parties holding a given key have the same key or to detect that a key has changed.

Link copied to clipboard

The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV). It is used to validate the key integrity.

Link copied to clipboard

Parameter information for generating a wrapped key using TR-31 or TR-34 skey exchange method.

Link copied to clipboard

The key block format of a wrapped key.

Link copied to clipboard

The KeyARN of the wrapped key.

Functions

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