KeyUsage

class KeyUsage

The key usage extension defines the purpose (e.g., encipherment, signature) of the key contained in the certificate.

Types

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

Properties

Link copied to clipboard

Sets the key usage extension to critical.

Link copied to clipboard

The key usage flags represent the purpose (e.g., encipherment, signature) of the key contained in the certificate.

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