X500Name

class X500Name(val components: Map<String, ASN1String>)

This represents a X.501 Name as used for X.509 certificates.

Constructors

Link copied to clipboard
constructor(components: Map<String, ASN1String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

a map from OID to the value.

Link copied to clipboard

The X.501 Name encoded according to RFC 2253.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int