OctetStringEncapsulated

@Serializable
data class OctetStringEncapsulated<T>(val value: T)(source)

OCTET STRING encapsulation wrapper.

This is encoded as UNIVERSAL OCTET STRING with primitive form and the encoded payload value bytes as content.

Constructors

Link copied to clipboard
constructor(value: T)

Properties

Link copied to clipboard
val value: T