PemEncodable

interface PemEncodable(source)

An object that can be encoded to PEM encoding. Typically implemented by the class itself. Sibling to PemDecodable, which is typically implemented by the companion.

See also

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun encodeToPemBlock(): PemBlock