Companion

object Companion

Functions

Link copied to clipboard
fun fromRandom(numBits: Int, random: Random = Random.Default): ASN1Integer

Generates a ASN1Integer with numBits bits of random

Link copied to clipboard
fun parse(content: ByteArray, tag: Int): ASN1Integer