Package-level declarations
Types
Functions
Decodes an ASN.1 unsigned varint to a Asn1Integer, copying all bytes from the source into a ByteArray.
Decodes src as DER using this Asn1Decodable.
Parses the provided source into a single Asn1Element.
Parses all ASN.1 elements from source.
Parses the first ASN.1 element from source.
Decodes a single Asn1Element from this source.
Reads all parsable ASN.1 elements from this source.
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 a positive Long to a minimum-size unsigned byte array, omitting the leading zero
Writes a signed long using twos-complement encoding using the fewest bytes required
Encodes an unsigned Int to a minimum-size twos-complement byte array
Encodes an unsigned Long to a minimum-size twos-complement byte array