Uses of Class
de.mhus.lib.core.util.SecureString
-
Packages that use SecureString Package Description de.mhus.lib.core de.mhus.lib.core.cfg de.mhus.lib.core.crypt de.mhus.lib.core.crypt.pem de.mhus.lib.core.currency de.mhus.lib.core.vault -
-
Uses of SecureString in de.mhus.lib.core
Methods in de.mhus.lib.core with parameters of type SecureString Modifier and Type Method Description static StringMPassword. encode(MPassword.METHOD method, SecureString in, SecureString secret)static StringMPassword. encode(MPassword.METHOD method, SecureString in, String secret)static StringMPassword. encode(MPassword.METHOD method, String in, SecureString secret) -
Uses of SecureString in de.mhus.lib.core.cfg
Methods in de.mhus.lib.core.cfg that return SecureString Modifier and Type Method Description protected SecureStringCfgSecure. loadValue()protected SecureStringCfgSecure. loadValue(String value)Constructors in de.mhus.lib.core.cfg with parameters of type SecureString Constructor Description CfgSecure(Object owner, String path, SecureString def) -
Uses of SecureString in de.mhus.lib.core.crypt
Subclasses of SecureString in de.mhus.lib.core.crypt Modifier and Type Class Description classCryptedStringMethods in de.mhus.lib.core.crypt that return SecureString Modifier and Type Method Description static SecureStringCryptedString. create(String pubKey, String secret)Methods in de.mhus.lib.core.crypt with parameters of type SecureString Modifier and Type Method Description static StringCryptedString. value(SecureString string, KeyPair key) -
Uses of SecureString in de.mhus.lib.core.crypt.pem
Methods in de.mhus.lib.core.crypt.pem with parameters of type SecureString Modifier and Type Method Description static byte[]PemUtil. decrypt(byte[] encoded, String algorithm, SecureString passphrase)static byte[]PemUtil. decrypt(PemBlock block, SecureString passphrase)static PemKeyPemUtil. toKey(SecureString key)static PrivateKeyPemUtil. toPrivateKey(PemBlock pem, SecureString passphrase)Constructors in de.mhus.lib.core.crypt.pem with parameters of type SecureString Constructor Description SecurityPrivateKey(PemBlock pem, SecureString passphrase) -
Uses of SecureString in de.mhus.lib.core.currency
Fields in de.mhus.lib.core.currency declared as SecureString Modifier and Type Field Description protected SecureStringCAddress. privKeyMethods in de.mhus.lib.core.currency that return SecureString Modifier and Type Method Description SecureStringCAddress. getPrivate()Return private address or null if unknown.Constructors in de.mhus.lib.core.currency with parameters of type SecureString Constructor Description CAddress(CCurrency currency, String addr, SecureString privKey)CAddress(String currency, String addr, SecureString privKey) -
Uses of SecureString in de.mhus.lib.core.vault
Fields in de.mhus.lib.core.vault declared as SecureString Modifier and Type Field Description protected SecureStringDefaultEntry. valueMethods in de.mhus.lib.core.vault that return SecureString Modifier and Type Method Description SecureStringDefaultEntry. getValue()SecureStringVaultEntry. getValue()Return the value of the entry as text.Constructors in de.mhus.lib.core.vault with parameters of type SecureString Constructor Description DefaultEntry(String type, String description, SecureString value)DefaultEntry(UUID id, String type, String description, SecureString value)
-