Uses of Class
org.cryptomator.cryptolib.api.AuthenticationFailedException
Packages that use AuthenticationFailedException
Package
Description
High-level encryption library used in Cryptomator.
-
Uses of AuthenticationFailedException in org.cryptomator.cryptolib.api
Methods in org.cryptomator.cryptolib.api that throw AuthenticationFailedExceptionModifier and TypeMethodDescriptionFileContentCryptor.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.FileNameCryptor.decryptFilename(com.google.common.io.BaseEncoding encoding, String ciphertextName, byte[]... associatedData) FileHeaderCryptor.decryptHeader(ByteBuffer ciphertextHeaderBuf)