ASN1Time

class ASN1Time(val value: Instant, val tag: Int = pickDefaultTag(value).tag) : ASN1PrimitiveValue

Constructors

Link copied to clipboard
constructor(value: Instant, tag: Int = pickDefaultTag(value).tag)

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
val value: Instant

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