Uses of Class
org.cryptomator.cryptolib.api.MasterkeyLoadingFailedException
-
Packages that use MasterkeyLoadingFailedException Package Description org.cryptomator.cryptolib.api High-level encryption library used in Cryptomator.org.cryptomator.cryptolib.common -
-
Uses of MasterkeyLoadingFailedException in org.cryptomator.cryptolib.api
Subclasses of MasterkeyLoadingFailedException in org.cryptomator.cryptolib.api Modifier and Type Class Description classInvalidPassphraseExceptionMethods in org.cryptomator.cryptolib.api that throw MasterkeyLoadingFailedException Modifier and Type Method Description MasterkeyMasterkeyLoader. loadKey(URI keyId)Loads a master key. -
Uses of MasterkeyLoadingFailedException in org.cryptomator.cryptolib.common
Methods in org.cryptomator.cryptolib.common that throw MasterkeyLoadingFailedException Modifier and Type Method Description MasterkeyMasterkeyFileAccess. load(Path filePath, CharSequence passphrase)Loads the JSON contents from the given file and derives a KEK from the given passphrase to unwrap the contained keys.
-