Uses of Class
org.cryptomator.cryptofs.VaultConfigLoadException
Packages that use VaultConfigLoadException
-
Uses of VaultConfigLoadException in org.cryptomator.cryptofs
Subclasses of VaultConfigLoadException in org.cryptomator.cryptofsModifier and TypeClassDescriptionclassAn attempt was made to verify the signature of a vault config token using an invalid key.classMethods in org.cryptomator.cryptofs that throw VaultConfigLoadExceptionModifier and TypeMethodDescriptionDecodes a vault configuration stored in JWT format to load itstatic VaultConfigVaultConfig.load(String token, org.cryptomator.cryptolib.api.MasterkeyLoader keyLoader, int expectedVaultVersion) Convenience wrapper forVaultConfig.decode(String)andVaultConfig.UnverifiedVaultConfig.verify(byte[], int)VaultConfig.UnverifiedVaultConfig.verify(byte[] rawKey, int expectedVaultVersion) Decodes a vault configuration stored in JWT format.