public class Util extends Object
Modifier and Type | Field and Description |
---|---|
protected static String |
CHAR_ENCODING |
protected static char[] |
hexArray |
protected static String |
LINE_BREAK |
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
getVaultData(byte[] vaultData) |
static byte[] |
getVaultData(String vaultData) |
static VaultInfo |
getVaultInfo(byte[] vaultData) |
static VaultInfo |
getVaultInfo(String vaultData) |
static String |
hexit(byte[] unhexed) |
static String |
hexit(byte[] unhexed,
int lineLength) |
static String |
join(String[] datalines) |
static String |
removeVaultInfo(String vaultData) |
static byte[] |
unhex(String hexed) |
protected static final char[] hexArray
protected static final String LINE_BREAK
protected static final String CHAR_ENCODING
public static byte[] unhex(String hexed)
public static String hexit(byte[] unhexed)
public static String hexit(byte[] unhexed, int lineLength)
public static VaultInfo getVaultInfo(byte[] vaultData)
public static byte[] getVaultData(String vaultData)
public static byte[] getVaultData(byte[] vaultData)
Copyright © 2023 Frank!Framework. All rights reserved.