Uses of Interface
org.cryptomator.cryptolib.api.CryptorProvider
-
Packages that use CryptorProvider Package Description org.cryptomator.cryptolib.api High-level encryption library used in Cryptomator.org.cryptomator.cryptolib.v1 org.cryptomator.cryptolib.v2 -
-
Uses of CryptorProvider in org.cryptomator.cryptolib.api
Methods in org.cryptomator.cryptolib.api that return CryptorProvider Modifier and Type Method Description static CryptorProviderCryptorProvider. forScheme(CryptorProvider.Scheme scheme)Finds a CryptorProvider implementation for the given combination of ciphers. -
Uses of CryptorProvider in org.cryptomator.cryptolib.v1
Classes in org.cryptomator.cryptolib.v1 that implement CryptorProvider Modifier and Type Class Description classCryptorProviderImpl -
Uses of CryptorProvider in org.cryptomator.cryptolib.v2
Classes in org.cryptomator.cryptolib.v2 that implement CryptorProvider Modifier and Type Class Description classCryptorProviderImpl
-