CloudCreateKeySettings

Holds cloud-specific settings related to key creation.

Types

Link copied to clipboard
class Builder(attestationChallenge: ByteString)

A builder for CloudCreateKeySettings.

Properties

Link copied to clipboard
Link copied to clipboard
val attestationChallenge: ByteString

Attestation challenge.

Link copied to clipboard
val nonce: ByteString
Link copied to clipboard

Whether the key is protected by a passphrase.

Link copied to clipboard
Link copied to clipboard

User authentication types permitted.

Link copied to clipboard
val validFrom: Instant?

Point in time before which the key is not valid, if available.

Link copied to clipboard
val validUntil: Instant?

Point in time after which the key is not valid, if available.