Class Util
java.lang.Object
net.wedjaa.ansible.vault.crypto.data.Util
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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
static String
removeVaultInfo
(String vaultData) static byte[]
-
Field Details
-
hexArray
protected static final char[] hexArray -
LINE_BREAK
- See Also:
-
CHAR_ENCODING
- See Also:
-
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
join
-
unhex
-
hexit
-
hexit
-
getVaultInfo
-
getVaultInfo
-
removeVaultInfo
-
getVaultData
-
getVaultData
public static byte[] getVaultData(byte[] vaultData)
-