Package-level declarations

Types

Link copied to clipboard
data class Identifier(val value: ByteArray)

Identifier = bstr

Link copied to clipboard
data class IdentifierInfo(val keys: Map<IdentifierInfoKey, RFU?> = emptyMap())
Link copied to clipboard
sealed class IdentifierInfoKey

Because the IdentifierInfo map keys may be either tstr or int we need a class which keeps track of the specific key type

Link copied to clipboard
@Serializable
class RFU

Placeholder class used in cbor/ISO Throws away anything that would be associated with this class