ImportKeyRequest

Types

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

Properties

Link copied to clipboard

Specifies whether import key is enabled.

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

The key or public key certificate type to use during key material import, for example TR-34 or RootCertificatePublicKey.

Link copied to clipboard
val tags: List<Tag>?

Assigns one or more tags to the Amazon Web Services Payment Cryptography key. Use this parameter to tag a key when it is imported. To tag an existing Amazon Web Services Payment Cryptography key, use the TagResource operation.

Functions

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