fromDer

fun fromDer(bytes: ByteArray): Oid(source)

Decode an OID from its DER-encoded value bytes (content octets only, not including the tag and length octets).

Throws

if the bytes are malformed.