Uses of Interface
org.cryptomator.cryptolib.api.Cryptor
-
Packages that use Cryptor Package Description org.cryptomator.cryptolib.api High-level encryption library used in Cryptomator.org.cryptomator.cryptolib.common -
-
Uses of Cryptor in org.cryptomator.cryptolib.api
Methods in org.cryptomator.cryptolib.api that return Cryptor Modifier and Type Method Description CryptorCryptorProvider. 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 Cryptor Constructor Description DecryptingReadableByteChannel(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)
-