java.lang.Object
com.yubico.yubikit.core.otp.Modhex
public class Modhex
extends java.lang.Object
-
Constructor Summary
Constructors
Constructor |
Description |
Modhex() |
|
-
Method Summary
Modifier and Type |
Method |
Description |
static byte[] |
decode(java.lang.String modhex) |
Decodes Modhex encoded string.
|
static java.lang.String |
encode(byte[] bytes) |
Encodes data to Modhex.
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
public static byte[] decode(java.lang.String modhex)
Decodes Modhex encoded string.
-
public static java.lang.String encode(byte[] bytes)
Encodes data to Modhex.