EncodingFormat

Represents a format used for encoding and decoding cryptographic materials such as keys or parameters. Common formats include DER, PEM, JWK, and RAW.

Used by Encodable for encoding and Decoder for decoding cryptographic materials.

Inheritors

Properties

Link copied to clipboard
abstract val name: String

A human-readable name identifying this encoding format.

Functions

Link copied to clipboard
abstract override fun toString(): String