PemLabel

value class PemLabel(val value: String)(source)

Represents PEM encapsulation label as defined by RFC 7468. Primarily used by PemDocument as the document's label

The label is used verbatim in the PEM boundaries and is matched case-sensitively. The value is treated as-is, no normalization or validation is performed

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Case-sensitive text placed between BEGIN/END boundaries of the PEM document