Show / Hide Table of Contents

ModHex Class

Namespace: Yubico.Core.Buffers Assembly: Yubico.Core.dll

Class for encoding and decoding byte collections into MODHEX.

C#
public class ModHex : Base16, ITextEncoding
Inheritance object Base16 ModHex
Implements
ITextEncoding

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>)
In this article
Back to top Generated by DocFX