MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.asn1
/
ASN1PrimitiveValue
ASN1Primitive
Value
abstract
class
ASN1PrimitiveValue
(
val
tag
:
Int
)
:
ASN1Object
Inheritors
ASN1BitString
ASN1Boolean
ASN1Integer
ASN1Null
ASN1ObjectIdentifier
ASN1OctetString
ASN1String
ASN1Time
Members
Constructors
ASN1Primitive
Value
Link copied to clipboard
constructor
(
tag
:
Int
)
Properties
cls
Link copied to clipboard
open
val
cls
:
ASN1TagClass
the class of the value.
enc
Link copied to clipboard
open
val
enc
:
ASN1Encoding
the encoding of the value, either constructed or primitive.
tag
Link copied to clipboard
open
override
val
tag
:
Int
the tag number.