Package-level declarations
Types
Link copied to clipboard
class ByteBuffer
A utility class for reading and writing bytes, shorts, ints, longs, and strings to/from a byte array buffer with position tracking and bit-level operations.
Link copied to clipboard
object Encoding
Utility object for encoding and decoding operations, as well as padding and unpadding byte arrays. This object provides functions to convert between different formats like hexadecimal, UTF-8, ASCII, and to handle byte array operations like padding and conversion to/from integers and longs.
Link copied to clipboard
A cryptographically secure random number generator.