CrlDistributionPoints

value class CrlDistributionPoints(val value: Set<URI>) : FfiType<Set<URI>, List<String>>

CRL distribution points

Constructors

Link copied to clipboard
constructor(value: Set<URI>)

Properties

Link copied to clipboard
open override val value: Set<URI>

Functions

Link copied to clipboard
open override fun lower(): List<String>
Link copied to clipboard
open override fun toString(): String