Class AesCipherOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable

    class AesCipherOutputStream
    extends CipherOutputStream<AESEncrypter>
    • Field Detail

      • pendingBuffer

        private byte[] pendingBuffer
      • pendingBufferLength

        private int pendingBufferLength
    • Constructor Detail

      • AesCipherOutputStream

        public AesCipherOutputStream​(ZipEntryOutputStream outputStream,
                                     ZipParameters zipParameters,
                                     char[] password,
                                     boolean useUtf8ForPassword)
                              throws java.io.IOException
        Throws:
        java.io.IOException