MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
multipaz
/
org.multipaz.asn1
/
ASN1BitString
ASN1Bit
String
class
ASN1BitString
(
val
numUnusedBits
:
Int
,
val
value
:
ByteArray
)
:
ASN1PrimitiveValue
Members
Constructors
ASN1Bit
String
Link copied to clipboard
constructor
(
booleanValues
:
BooleanArray
)
constructor
(
numUnusedBits
:
Int
,
value
:
ByteArray
)
Types
Companion
Link copied to clipboard
object
Companion
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.
num
Unused
Bits
Link copied to clipboard
val
numUnusedBits
:
Int
tag
Link copied to clipboard
open
override
val
tag
:
Int
the tag number.
value
Link copied to clipboard
val
value
:
ByteArray
Functions
as
Booleans
Link copied to clipboard
fun
asBooleans
(
)
:
BooleanArray
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String