Class StandardEncryptingChannelFactory

java.lang.Object
com.exceptionfactory.jagged.framework.stream.StandardEncryptingChannelFactory
All Implemented Interfaces:
EncryptingChannelFactory
Direct Known Subclasses:
ArmoredEncryptingChannelFactory

public class StandardEncryptingChannelFactory extends Object implements EncryptingChannelFactory
Standard implementation of Encrypting Channel Factory supports writing encrypted channels
  • Constructor Details

    • StandardEncryptingChannelFactory

      public StandardEncryptingChannelFactory()
      Standard Encrypting Channel Factory constructor using default Security Provider configuration
    • StandardEncryptingChannelFactory

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