Class StandardEncrypter

    • Constructor Detail

      • StandardEncrypter

        public StandardEncrypter​(char[] password,
                                 long key,
                                 boolean useUtf8ForPassword)
                          throws ZipException
        Throws:
        ZipException
    • Method Detail

      • encryptByte

        protected byte encryptByte​(byte val)
      • generateRandomBytes

        protected byte[] generateRandomBytes()
      • getHeaderBytes

        public byte[] getHeaderBytes()