Uses of Interface
org.cryptomator.cryptolib.api.FileHeader
-
Packages that use FileHeader Package Description org.cryptomator.cryptolib.api High-level encryption library used in Cryptomator.org.cryptomator.cryptolib.common -
-
Uses of FileHeader in org.cryptomator.cryptolib.api
Methods in org.cryptomator.cryptolib.api that return FileHeader Modifier and Type Method Description FileHeaderFileHeaderCryptor. create()FileHeaderFileHeaderCryptor. decryptHeader(ByteBuffer ciphertextHeaderBuf)Methods in org.cryptomator.cryptolib.api with parameters of type FileHeader 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.ByteBufferFileContentCryptor. encryptChunk(ByteBuffer cleartextChunk, long chunkNumber, FileHeader header)Encrypts a single chunk of cleartext.voidFileContentCryptor. encryptChunk(ByteBuffer cleartextChunk, ByteBuffer ciphertextChunk, long chunkNumber, FileHeader header)Encrypts a single chunk of cleartext.ByteBufferFileHeaderCryptor. encryptHeader(FileHeader header) -
Uses of FileHeader in org.cryptomator.cryptolib.common
Constructors in org.cryptomator.cryptolib.common with parameters of type FileHeader Constructor Description DecryptingReadableByteChannel(ReadableByteChannel src, Cryptor cryptor, boolean authenticate, FileHeader header, long firstChunk)Creates a DecryptingReadableByteChannel with a previously read header, allowing to start decryption at any chunk.
-