public class VaultInfo extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CYPHER_PART |
static int |
INFO_ELEMENTS |
static String |
INFO_SEPARATOR |
static int |
MAGIC_PART |
static String |
VAULT_MAGIC |
static String |
VAULT_VERSION |
static int |
VERSION_PART |
Modifier and Type | Method and Description |
---|---|
CypherInterface |
getCypher() |
String |
getVaultVersion() |
boolean |
isEncryptedVault() |
boolean |
isValidVault() |
static String |
vaultInfoForCypher(String vaultCypher) |
public static final String INFO_SEPARATOR
public static final int INFO_ELEMENTS
public static final int MAGIC_PART
public static final int VERSION_PART
public static final int CYPHER_PART
public static final String VAULT_MAGIC
public static final String VAULT_VERSION
public VaultInfo(String infoLine)
public boolean isEncryptedVault()
public CypherInterface getCypher()
public String getVaultVersion()
public boolean isValidVault()
Copyright © 2023 Frank!Framework. All rights reserved.