CertificateInfo

Contains general information about a 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

The common name for the certificate.

Link copied to clipboard

The date and time when the certificate will expire.

Link copied to clipboard

The state of 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: CertificateInfo.Builder.() -> Unit = {}): CertificateInfo
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