awesn1
Toggle table of contents
0.1.1
common
Target filter
common
Switch theme
Search in API
Skip to content
awesn1
crypto
/
at.asitplus.awesn1.crypto
/
BitStringSignatureValue
Bit
String
Signature
Value
@
Serializable
(
with
=
BitStringSignatureValue.Companion::class
)
open
class
BitStringSignatureValue
(
val
bitString
:
Asn1BitString
)
:
SignatureValue
<
Asn1Primitive
>
(
source
)
Members
Constructors
Bit
String
Signature
Value
Link copied to clipboard
constructor
(
bitString
:
Asn1BitString
)
Types
Companion
Link copied to clipboard
object
Companion
:
Asn1Serializable
<
Asn1Primitive
,
BitStringSignatureValue
>
Properties
bit
String
Link copied to clipboard
val
bitString
:
Asn1BitString
Functions
encode
To
Tlv
Link copied to clipboard
open
override
fun
encodeToTlv
(
)
:
Asn1Primitive
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
pretty
Print
Asn1
Link copied to clipboard
open
fun
prettyPrintAsn1
(
)
:
String
with
Implicit
Tag
Link copied to clipboard
open
infix
fun
withImplicitTag
(
tag
:
Asn1Element.Tag
)
:
Asn1Element
open
infix
fun
withImplicitTag
(
template
:
Asn1Element.Tag.Template
)
:
Asn1Element
open
infix
fun
withImplicitTag
(
tagValue
:
ULong
)
:
Asn1Element