Class StandardDecryptingChannelFactory

java.lang.Object
com.exceptionfactory.jagged.framework.stream.StandardDecryptingChannelFactory
All Implemented Interfaces:
DecryptingChannelFactory
Direct Known Subclasses:
ArmoredDecryptingChannelFactory

public class StandardDecryptingChannelFactory extends Object implements DecryptingChannelFactory
Standard implementation of Decrypting Channel Factory supports reading encrypted channels
  • Constructor Details

    • StandardDecryptingChannelFactory

      public StandardDecryptingChannelFactory()
      Standard Decrypting Channel Factory constructor using default Security Provider configuration
    • StandardDecryptingChannelFactory

      public StandardDecryptingChannelFactory(Provider provider)
      Standard Decrypting Channel Factory constructor using specified Security Provider
      Parameters:
      provider - Security Provider supporting ChaCha20-Poly1305
  • Method Details