ModHex Class
Namespace: Yubico.Core.Buffers Assembly: Yubico.Core.dllClass for encoding and decoding byte collections into MODHEX.
C#
public class ModHex : Base16, ITextEncoding
Implements
Constructors
Name | Description |
---|---|
ModHex() |
Properties
Name | Description |
---|---|
CharacterSet | The set of characters that correspond to numbers 0 - 16. |
DefaultLowerCase | Indicates the default case of characters for this encoding. |
Methods
Name | Description |
---|---|
DecodeText(ReadOnlySpan<Char>, Span<Byte>) | |
DecodeText(String) | |
EncodeBytes(ReadOnlySpan<Byte>) | |
EncodeBytes(ReadOnlySpan<Byte>, Span<Char>) |