DistinguishedName

Contains X.500 distinguished name information.

Types

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

Properties

Link copied to clipboard

The common name (CN) attribute.

Link copied to clipboard

The country (C) attribute.

Link copied to clipboard

A list of custom attributes in the distinguished name. Each custom attribute contains an object identifier (OID) and its corresponding value.

Link copied to clipboard

The distinguished name qualifier attribute.

Link copied to clipboard

The domain component attributes.

Link copied to clipboard

The generation qualifier attribute.

Link copied to clipboard

The given name attribute.

Link copied to clipboard

The initials attribute.

Link copied to clipboard

The locality (L) attribute.

Link copied to clipboard

The organization (O) attribute.

Link copied to clipboard

The organizational unit (OU) attribute.

Link copied to clipboard

The pseudonym attribute.

Link copied to clipboard

The serial number attribute.

Link copied to clipboard

The state or province (ST) attribute.

Link copied to clipboard

The surname attribute.

Link copied to clipboard

The title attribute.

Functions

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