Class FileKeyEncryptorFactory

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

public final class FileKeyEncryptorFactory extends Object
Factory abstraction for instances of File Key Encryptor
  • Constructor Details

    • FileKeyEncryptorFactory

      public FileKeyEncryptorFactory()
      File Key Encryptor Factory uses the system default Security Provider configuration
    • FileKeyEncryptorFactory

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

    • newFileKeyEncryptor

      public FileKeyEncryptor newFileKeyEncryptor()
      Create new instance of File Key Encryptor using current configuration
      Returns:
      File Key Encryptor