PemDecodable
abstract class PemDecodable<A : Asn1Element, out T : PemEncodable<A>> : Asn1Decodable<A, T> (source)
Specialization of Asn1Decodable, able to parse PEM-encoded strings as per RFC 1421. Use in tandem with PemEncodable.
Constructors
Functions
Link copied to clipboard
Convenience method, directly DER-decoding a byte array to T
Link copied to clipboard
Exception-free version of decodeFromDer
Link copied to clipboard
Safe version of decodeFromDer, wrapping the result into a KmmResult
Link copied to clipboard
Decodes a PEM-encoded string into T
Link copied to clipboard
Link copied to clipboard
Exception-free version of decodeFromTlv
Link copied to clipboard
Safe version of decodeFromTlv, wrapping the result into a KmmResult
Link copied to clipboard
Specify assertTag for verifying implicitly tagged elements' tags (and better not override this function).