Attribute

@Serializable(with = Attribute.Companion::class)
open class Attribute(val oid: ObjectIdentifier, val value: List<Asn1Element>) : Asn1Encodable<Asn1Sequence> , Identifiable(source)

Constructors

Link copied to clipboard
constructor(oid: ObjectIdentifier, value: List<Asn1Element>)
constructor(id: ObjectIdentifier, value: Asn1Element)

Types

Link copied to clipboard
object Companion : Asn1Serializable<Asn1Sequence, Attribute>

Properties

Link copied to clipboard
open override val oid: ObjectIdentifier
Link copied to clipboard
val value: List<Asn1Element>

Functions

Link copied to clipboard
open override fun encodeToTlv(): Asn1Sequence
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
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