PrivateKeyAttributesV3

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 algorithm used to generate the private key.

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

The key usage property defines the purpose of the private key contained in the certificate. You can specify specific purposes using property flags or all by using property type ALL.

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