CsrExtensions

Describes the certificate extensions to be added to the certificate signing request (CSR).

Types

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

Properties

Link copied to clipboard

Indicates the purpose of the certificate and of the key contained in the certificate.

Link copied to clipboard

For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy. For more information, see Subject Information Access in RFC 5280.

Functions

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