KeyUsageFlags

The key usage flags represent 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

DataEncipherment is asserted when the subject public key is used for directly enciphering raw user data without the use of an intermediate symmetric cipher.

Link copied to clipboard

The digitalSignature is asserted when the subject public key is used for verifying digital signatures.

Link copied to clipboard

KeyAgreement is asserted when the subject public key is used for key agreement.

Link copied to clipboard

KeyEncipherment is asserted when the subject public key is used for enciphering private or secret keys, i.e., for key transport.

Link copied to clipboard

NonRepudiation is asserted when the subject public key is used to verify digital signatures.

Functions

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