Uses of Enum
org.cryptomator.cryptolib.api.CryptorProvider.Scheme
Packages that use CryptorProvider.Scheme
Package
Description
High-level encryption library used in Cryptomator.
-
Uses of CryptorProvider.Scheme in org.cryptomator.cryptolib.api
Methods in org.cryptomator.cryptolib.api that return CryptorProvider.SchemeModifier and TypeMethodDescriptionCryptorProvider.scheme()static CryptorProvider.SchemeReturns 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.SchemeModifier and TypeMethodDescriptionstatic 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 -
Uses of CryptorProvider.Scheme in org.cryptomator.cryptolib.v2
Methods in org.cryptomator.cryptolib.v2 that return CryptorProvider.Scheme