ASN1RawObject

class ASN1RawObject(val cls: ASN1TagClass, val enc: ASN1Encoding, val tag: Int, val content: ByteArray) : ASN1Object

Constructors

Link copied to clipboard
constructor(cls: ASN1TagClass, enc: ASN1Encoding, tag: Int, content: ByteArray)

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