RelativeDistinguishedName

@Serializable
data class RelativeDistinguishedName(val attrsAndValues: List<AttributeTypeAndValue>) : Asn1Encodable<Asn1Set>

X.500 Name (used in X.509 Certificates)

Constructors

Link copied to clipboard
constructor(singleItem: AttributeTypeAndValue)
constructor(attrsAndValues: List<AttributeTypeAndValue>)

Types

Link copied to clipboard
object Companion : Asn1Decodable<Asn1Set, RelativeDistinguishedName>

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun encodeToDerSafe(): KmmResult<ByteArray>
Link copied to clipboard
open override fun encodeToTlv(): Asn1Set
Link copied to clipboard
open fun encodeToTlvOrNull(): Asn1Set?
Link copied to clipboard
open fun encodeToTlvSafe(): KmmResult<Asn1Set>
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open infix fun withImplicitTag(tag: Asn1Element.Tag): Asn1Element
open infix fun withImplicitTag(template: Asn1Element.Tag.Template): Asn1Element
open infix fun withImplicitTag(tagValue: ULong): Asn1Element