Format

sealed class Format : EncodingFormat(source)

Encoding formats for XDH private keys.

Inheritors

Types

Link copied to clipboard

DER encoding of PrivateKeyInfo (PKCS#8) as defined in RFC 8410.

Link copied to clipboard

JSON Web Key format as defined in RFC 8037.

Link copied to clipboard

PEM encoding of PrivateKeyInfo (PKCS#8) as defined in RFC 8410.

Link copied to clipboard

Raw key encoding as defined in RFC 7748.

Properties

Link copied to clipboard
abstract val name: String

A human-readable name identifying this encoding format.

Functions

Link copied to clipboard
override fun toString(): String