PrivateKeyAttributesV2

Defines the attributes of the private key.

Types

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

Properties

Link copied to clipboard

Defines the cryptographic providers used to generate the private key.

Link copied to clipboard

Defines the purpose of the private key. Set it to "KEY_EXCHANGE" or "SIGNATURE" value.

Link copied to clipboard

Set the minimum key length of the private key.

Functions

Link copied to clipboard
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