Extensions

Contains X.509 extension information for a certificate.

Types

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

Properties

Link copied to clipboard

Contains a sequence of one or more policy information terms, each of which consists of an object identifier (OID) and optional qualifiers. For more information, see NIST's definition of Object Identifier (OID).

Link copied to clipboard

Contains a sequence of one or more X.509 extensions, each of which consists of an object identifier (OID), a base64-encoded value, and the critical flag. For more information, see the Global OID reference database.

Link copied to clipboard

Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in the KeyUsage extension.

Link copied to clipboard

Defines one or more purposes for which the key contained in the certificate can be used. Default value for each option is false.

Link copied to clipboard

The subject alternative name extension allows identities to be bound to the subject of the certificate. These identities may be included in addition to or in place of the identity in the subject field of the certificate.

Functions

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