Format

sealed class Format : EncodingFormat(source)

Encoding formats for RSA public keys.

Inheritors

Types

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

DER encoding of RSA public 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.PublicKey.Format

PEM encoding of RSA public 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