Package-level declarations

Functions

Link copied to clipboard

Encodes value with its inferred serializer and der, then appends the resulting TLV element.

fun <Serializable> Asn1TreeBuilder.append(serializer: KSerializer<Serializable>, value: Serializable, der: Der)

Encodes value with serializer and der, then appends the resulting TLV element.

Link copied to clipboard
context(der: Der, treeBuilder: Asn1TreeBuilder)
inline operator fun <Serializable> Serializable.unaryPlus()

Encodes this value with its inferred serializer and appends it to the current Asn1TreeBuilder.