toAsn1VarInt

Encodes this number using varint encoding as used within ASN.1: groups of seven bits are encoded into a byte, while the highest bit indicates if more bytes are to come


Encodes this number using unsigned VarInt encoding as used within ASN.1: Groups of seven bits are encoded into a byte, while the highest bit indicates if more bytes are to come.

This kind of encoding is used to encode ObjectIdentifier nodes and ASN.1 Tag values 30