Class | Description | |
---|---|---|
![]() | Base64Stream | Provides reading and writing to a stream of base-64 characters. |
![]() | Base64Stream.Transform | Provides a crypto-transform used to read/write to a stream of base-64 characters. |
![]() | ByteEncoding | Defines a type of formatting for encoding byte[] to a string value |
![]() | HexEncoding | The hexidecimal encoding for the bytes using the following characters: 0-9, a-f |
![]() | HexStream | Provides reading and writing to a stream of hexidecimal characters. |
![]() | HexStream.Transform | Provides a crypto-transform used to read/write to a stream of hexidecimal characters. |
![]() | Safe64Encoding | This encoding produces a 'url' safe string from bytes, similar to base64 encoding yet it replaces '+' with '-', '/' with '_' and omits padding. |
![]() | Safe64Stream | Provides reading and writing to a stream of base-64 characters while replacing '+' with '-' and '/' with '_' and ommitting padding. |
![]() | Safe64Stream.Transform | Provides a crypto-transform used to read/write to a stream of base-64 characters while replacing '+' with '-' and '/' with '_' and ommitting padding. |