Format

sealed class Format : EncodingFormat(source)

Encoding formats for DH domain parameters.

Inheritors

Types

Link copied to clipboard

DER encoding of DHParameter ASN.1 structure as defined in RFC 3279.

Link copied to clipboard

PEM encoding of DHParameter ASN.1 structure as defined in RFC 3279.

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