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
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>) |