Package org.cryptomator.cryptofs.dir
Class C9rDecryptor_Factory
- java.lang.Object
-
- org.cryptomator.cryptofs.dir.C9rDecryptor_Factory
-
- All Implemented Interfaces:
dagger.internal.Factory<org.cryptomator.cryptofs.dir.C9rDecryptor>,javax.inject.Provider<org.cryptomator.cryptofs.dir.C9rDecryptor>
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://dagger.dev") public final class C9rDecryptor_Factory extends Object implements dagger.internal.Factory<org.cryptomator.cryptofs.dir.C9rDecryptor>
-
-
Constructor Summary
Constructors Constructor Description C9rDecryptor_Factory(javax.inject.Provider<org.cryptomator.cryptolib.api.Cryptor> cryptorProvider, javax.inject.Provider<String> dirIdProvider)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static C9rDecryptor_Factorycreate(javax.inject.Provider<org.cryptomator.cryptolib.api.Cryptor> cryptorProvider, javax.inject.Provider<String> dirIdProvider)org.cryptomator.cryptofs.dir.C9rDecryptorget()static org.cryptomator.cryptofs.dir.C9rDecryptornewInstance(org.cryptomator.cryptolib.api.Cryptor cryptor, String dirId)
-
-
-
Constructor Detail
-
C9rDecryptor_Factory
public C9rDecryptor_Factory(javax.inject.Provider<org.cryptomator.cryptolib.api.Cryptor> cryptorProvider, javax.inject.Provider<String> dirIdProvider)
-
-
Method Detail
-
get
public org.cryptomator.cryptofs.dir.C9rDecryptor get()
- Specified by:
getin interfacejavax.inject.Provider<org.cryptomator.cryptofs.dir.C9rDecryptor>
-
create
public static C9rDecryptor_Factory create(javax.inject.Provider<org.cryptomator.cryptolib.api.Cryptor> cryptorProvider, javax.inject.Provider<String> dirIdProvider)
-
newInstance
public static org.cryptomator.cryptofs.dir.C9rDecryptor newInstance(org.cryptomator.cryptolib.api.Cryptor cryptor, String dirId)
-
-