ASN1Set

class ASN1Set(val elements: List<ASN1Object>) : ASN1Object

Constructors

Link copied to clipboard
constructor(elements: List<ASN1Object>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val cls: ASN1TagClass

the class of the value.

Link copied to clipboard
Link copied to clipboard
open val enc: ASN1Encoding

the encoding of the value, either constructed or primitive.

Link copied to clipboard
open val tag: Int

the tag number.

Functions

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