Uses of Class
org.correomqtt.business.provider.EncryptionRecoverableException
-
Packages that use EncryptionRecoverableException Package Description org.correomqtt.business.encryption org.correomqtt.business.provider org.correomqtt.gui.keyring -
-
Uses of EncryptionRecoverableException in org.correomqtt.business.encryption
Methods in org.correomqtt.business.encryption that throw EncryptionRecoverableException Modifier and Type Method Description StringEncryptor. decrypt(String encryptedData)StringEncryptorAesCbc. decrypt(String encryptedData)Deprecated, for removal: This API element is subject to removal in a future version.StringEncryptorAesGcm. decrypt(String encryptedData)StringEncryptor. encrypt(String dataToEncrypt)StringEncryptorAesGcm. encrypt(String dataToEncrypt) -
Uses of EncryptionRecoverableException in org.correomqtt.business.provider
Methods in org.correomqtt.business.provider that throw EncryptionRecoverableException Modifier and Type Method Description voidSecretStoreProvider. encryptAndSavePasswords(String masterPassword)voidSecretStoreProvider. ensurePasswordsAreDecrypted(String masterPassword)StringSecretStoreProvider. getPassword(String masterPassword, ConnectionConfigDTO connection, ConnectionPasswordType type)voidSettingsProvider. initializePasswords(String masterPassword)voidSecretStoreProvider. migratePasswordEncryption(String masterPassword)voidSettingsProvider. saveConnections(List<ConnectionConfigDTO> connections, String masterPassword)voidSecretStoreProvider. setPassword(String masterPassword, ConnectionConfigDTO connection, ConnectionPasswordType type, String password)voidSettingsProvider. wipeSecretData(String masterPassword) -
Uses of EncryptionRecoverableException in org.correomqtt.gui.keyring
Methods in org.correomqtt.gui.keyring that throw EncryptionRecoverableException Modifier and Type Method Description voidConsumerWithRetry. apply(String t)
-