Builder

class Builder(attestationChallenge: ByteString)

A builder for CloudCreateKeySettings.

Parameters

attestationChallenge

challenge to include in attestation for the key.

Constructors

Link copied to clipboard
constructor(attestationChallenge: ByteString)

Functions

Link copied to clipboard

Apply settings from configuration object.

Link copied to clipboard
Link copied to clipboard

Sets the algorithm for the key.

Link copied to clipboard

Sets whether the wallet passphrase is required to use the key.

Link copied to clipboard

Specify if user authentication is required to use the key.

Link copied to clipboard
fun setValidityPeriod(validFrom: Instant, validUntil: Instant): CloudCreateKeySettings.Builder

Sets the key validity period.