| Encoder | Generic trait for encoding data into Base64 format This trait provides a common interface for encoding various data types into Base64 representation, which is widely used for encoding binary data… |
| Decoder | Generic trait for decoding data from Base64 format This trait provides a common interface for decoding Base64 encoded data back to its original binary representation…. |
| ByteArrayEncoder | Trait for encoding ByteArray data into Base64 format This trait is specialized for ByteArray types, providing efficient encoding operations while maintaining the ByteArray type for both… |
| ByteArrayDecoder | Trait for decoding ByteArray data from Base64 format This trait is specialized for ByteArray types, providing efficient decoding operations while maintaining the ByteArray type for both… |