CustomExtension

Specifies the X.509 extension information for a certificate.

Extensions present in CustomExtensions follow the ApiPassthroughtemplate rules.

Types

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

Properties

Link copied to clipboard

Specifies the critical flag of the X.509 extension.

Link copied to clipboard

Specifies the object identifier (OID) of the X.509 extension. For more information, see the Global OID reference database.

Link copied to clipboard

Specifies the base64-encoded value of the X.509 extension.

Functions

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