Class 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 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:
        get in interface javax.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)