Format

sealed class Format : EncodingFormat(source)

Encoding formats for RSA private keys.

Inheritors

Types

Link copied to clipboard
sealed class DER : RSA.PrivateKey.Format

DER encoding of RSA private key.

Link copied to clipboard

JSON Web Key format as defined in RFC 7518 Section 6.3.

Link copied to clipboard
sealed class PEM : RSA.PrivateKey.Format

PEM encoding of RSA private key.

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