Uses of Class
org.cryptomator.cryptolib.api.CryptoException
-
Packages that use CryptoException Package Description org.cryptomator.cryptolib.api High-level encryption library used in Cryptomator.org.cryptomator.cryptolib.common -
-
Uses of CryptoException in org.cryptomator.cryptolib.api
Subclasses of CryptoException in org.cryptomator.cryptolib.api Modifier and Type Class Description classAuthenticationFailedExceptionclassInvalidPassphraseExceptionclassMasterkeyLoadingFailedExceptionclassUnsupportedVaultFormatException -
Uses of CryptoException in org.cryptomator.cryptolib.common
Subclasses of CryptoException in org.cryptomator.cryptolib.common Modifier and Type Class Description classPkcs12ExceptionLoading from or exporting to PKCS12 format failed.classPkcs12PasswordExceptionLoading from PKCS12 format failed due to wrong password.
-