Uses of Interface
org.cryptomator.cryptolib.api.Cryptor
Packages that use Cryptor
Package
Description
High-level encryption library used in Cryptomator.
-
Uses of Cryptor in org.cryptomator.cryptolib.api
Methods in org.cryptomator.cryptolib.api that return CryptorModifier and TypeMethodDescriptionCryptorProvider.provide(Masterkey masterkey, SecureRandom random) Creates a new Cryptor instance for the given key -
Uses of Cryptor in org.cryptomator.cryptolib.common
Constructors in org.cryptomator.cryptolib.common with parameters of type CryptorModifierConstructorDescriptionDecryptingReadableByteChannel(ReadableByteChannel src, Cryptor cryptor, boolean authenticate) Creates a DecryptingReadableByteChannel that decrypts a whole ciphertext file beginning at its first byte.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.EncryptingReadableByteChannel(ReadableByteChannel src, Cryptor cryptor) Creates an EncryptingReadableByteChannel that encrypts a whole cleartext file beginning at its first byte.EncryptingWritableByteChannel(WritableByteChannel destination, Cryptor cryptor)