Class FileKeyDecryptorFactory

java.lang.Object
com.exceptionfactory.jagged.framework.crypto.FileKeyDecryptorFactory

public final class FileKeyDecryptorFactory extends Object
Factory abstraction for instances of File Key Decryptor
  • Constructor Details

    • FileKeyDecryptorFactory

      public FileKeyDecryptorFactory()
      File Key Decryptor Factory uses the system default Security Provider configuration
    • FileKeyDecryptorFactory

      public FileKeyDecryptorFactory(Provider provider)
      File Key Decryptor Factory with support for custom Security Provider
      Parameters:
      provider - Security Provider supporting ChaCha20-Poly1305
  • Method Details

    • newFileKeyDecryptor

      public FileKeyDecryptor newFileKeyDecryptor()
      Create new instance of File Key Decryptor using current configuration
      Returns:
      File Key Decryptor