ASN1Boolean

Constructors

Link copied to clipboard
constructor(value: Boolean)

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
open val enc: ASN1Encoding

the encoding of the value, either constructed or primitive.

Link copied to clipboard
open override val tag: Int

the tag number.

Link copied to clipboard

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