PrivateKeyFlagsV2

Private key flags for v2 templates specify the client compatibility, if the private key can be exported, and if user input is required when using a private key.

Types

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

Properties

Link copied to clipboard

Defines the minimum client compatibility.

Link copied to clipboard

Allows the private key to be exported.

Link copied to clipboard

Require user input when using the private key for enrollment.

Functions

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