Positive
Functions
Link copied to clipboard
Encodes this number into a ByteArray using the same encoding as the Asn1Primitive.content property of an Asn1Primitive containing an ASN.1 INTEGER
Link copied to clipboard
Produces an INTEGER as Asn1Primitive
Link copied to clipboard
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
Link copied to clipboard