LenientBitString

BIT STRING wrapper that preserves malformed (non-zeroed-out) padding bits.

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Parses and validates this lenient bit string into a strict Asn1BitString.

Link copied to clipboard

Non-throwing variante of LenientBitString.strict that returns null if the bit string is malformed.

Functions

Link copied to clipboard
open override fun encodeToTlv(): Asn1Primitive
Link copied to clipboard
Link copied to clipboard
open infix fun withImplicitTag(tagValue: ULong): Asn1Element