PemDecodable

interface PemDecodable<out T>(source)

A class that can be decoded from PEM encoding. Typically implemented by the class companion. Sibling to PemEncodable, which is typically implemented by the class itself.

See also

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun decodeFromPemBlock(src: PemBlock): T