KeyUsage

class KeyUsage

The Key Usage X.509 v3 extension defines the purpose of the public key contained in the certificate.

Types

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

Properties

Link copied to clipboard

A string value that contains a Key Usage extension name.

Functions

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