Uses of Class
org.cryptomator.cryptolib.api.CryptorProvider.Scheme
-
Packages that use CryptorProvider.Scheme Package Description org.cryptomator.cryptolib.api High-level encryption library used in Cryptomator.org.cryptomator.cryptolib.v1 org.cryptomator.cryptolib.v2 -
-
Uses of CryptorProvider.Scheme in org.cryptomator.cryptolib.api
Methods in org.cryptomator.cryptolib.api that return CryptorProvider.Scheme Modifier and Type Method Description CryptorProvider.SchemeCryptorProvider. scheme()static CryptorProvider.SchemeCryptorProvider.Scheme. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptorProvider.Scheme[]CryptorProvider.Scheme. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cryptomator.cryptolib.api with parameters of type CryptorProvider.Scheme Modifier and Type Method Description static CryptorProviderCryptorProvider. forScheme(CryptorProvider.Scheme scheme)Finds a CryptorProvider implementation for the given combination of ciphers. -
Uses of CryptorProvider.Scheme in org.cryptomator.cryptolib.v1
Methods in org.cryptomator.cryptolib.v1 that return CryptorProvider.Scheme Modifier and Type Method Description CryptorProvider.SchemeCryptorProviderImpl. scheme() -
Uses of CryptorProvider.Scheme in org.cryptomator.cryptolib.v2
Methods in org.cryptomator.cryptolib.v2 that return CryptorProvider.Scheme Modifier and Type Method Description CryptorProvider.SchemeCryptorProviderImpl. scheme()
-