Class StandardByteBufferCipherFactory

java.lang.Object
com.exceptionfactory.jagged.framework.crypto.StandardByteBufferCipherFactory
All Implemented Interfaces:
ByteBufferCipherFactory

public final class StandardByteBufferCipherFactory extends Object implements ByteBufferCipherFactory
Standard implementation of Byte Buffer Cipher Factory provides instances of Byte Buffer Decryptor and Encryptor objects
  • Constructor Details

    • StandardByteBufferCipherFactory

      public StandardByteBufferCipherFactory()
      Standard Byte Buffer Cipher Factory constructor using default Security Provider configuration
    • StandardByteBufferCipherFactory

      public StandardByteBufferCipherFactory(Provider provider)
      Standard Byte Buffer Cipher Factory constructor using specified Security Provider configuration
      Parameters:
      provider - Security Provider supporting ChaCha20-Poly1305
  • Method Details