Class NoCipherInputStream.NoDecrypter

    • Constructor Summary

      Constructors 
      Constructor Description
      NoDecrypter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int decryptData​(byte[] buff, int start, int len)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoDecrypter

        NoDecrypter()
    • Method Detail

      • decryptData

        public int decryptData​(byte[] buff,
                               int start,
                               int len)
        Specified by:
        decryptData in interface Decrypter