unaryPlus

operator fun Asn1Element.unaryPlus()(source)

appends a single Asn1Element to this ASN.1 structure


operator fun WrappedElement<*>.unaryPlus()(source)

Appends the Asn1Element exposed by this transparent wrapper.


operator fun Asn1Encodable<*>.unaryPlus()(source)

appends a single Asn1Encodable to this ASN.1 structure

Throws

in case encoding constraints of children are violated


operator fun WrappedEncodable<*>.unaryPlus()(source)

Encodes the Asn1Encodable exposed by this transparent wrapper and appends the resulting TLV element.

Throws

in case encoding constraints of children are violated