Certificate

Information about the certificate.

Types

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

Properties

Link copied to clipboard

The identifier of the certificate.

Link copied to clipboard

A ClientCertAuthSettings object that contains client certificate authentication settings.

Link copied to clipboard

The common name for the certificate.

Link copied to clipboard

The date and time when the certificate will expire.

Link copied to clipboard

The date and time that the certificate was registered.

Link copied to clipboard

The state of the certificate.

Link copied to clipboard

Describes a state change for the certificate.

Link copied to clipboard

The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.

Functions

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