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
open fun decodeFromDerSafe(src: ByteArray): KmmResult<ObjectIdentifier>

Safe version of decodeFromDer, wrapping the result into a KmmResult

Link copied to clipboard

Parses an OBJECT IDENTIFIER contained in src to an ObjectIdentifier

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

Casts out the evil demons that haunt OID components encoded into rawValue