Uses of Class
org.cryptomator.cryptolib.api.AuthenticationFailedException
-
Packages that use AuthenticationFailedException Package Description org.cryptomator.cryptolib.api High-level encryption library used in Cryptomator. -
-
Uses of AuthenticationFailedException in org.cryptomator.cryptolib.api
Methods in org.cryptomator.cryptolib.api that throw AuthenticationFailedException Modifier and Type Method Description ByteBufferFileContentCryptor. decryptChunk(ByteBuffer ciphertextChunk, long chunkNumber, FileHeader header, boolean authenticate)Decrypts a single chunk of ciphertext.voidFileContentCryptor. decryptChunk(ByteBuffer ciphertextChunk, ByteBuffer cleartextChunk, long chunkNumber, FileHeader header, boolean authenticate)Decrypts a single chunk of ciphertext.StringFileNameCryptor. decryptFilename(com.google.common.io.BaseEncoding encoding, String ciphertextName, byte[]... associatedData)FileHeaderFileHeaderCryptor. decryptHeader(ByteBuffer ciphertextHeaderBuf)
-