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>

@DaggerGenerated 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

    Modifier and Type
    Method
    Description
    create(javax.inject.Provider<org.cryptomator.cryptolib.api.Cryptor> cryptorProvider, javax.inject.Provider<String> dirIdProvider)
     
    org.cryptomator.cryptofs.dir.C9rDecryptor
    get()
     
    static org.cryptomator.cryptofs.dir.C9rDecryptor
    newInstance(org.cryptomator.cryptolib.api.Cryptor cryptor, String dirId)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • C9rDecryptor_Factory

      public C9rDecryptor_Factory(javax.inject.Provider<org.cryptomator.cryptolib.api.Cryptor> cryptorProvider, javax.inject.Provider<String> dirIdProvider)
  • Method Details

    • 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)