Class NoCipherOutputStream.NoEncrypter

    • Constructor Summary

      Constructors 
      Constructor Description
      NoEncrypter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int encryptData​(byte[] buff)  
      int encryptData​(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

      • NoEncrypter

        NoEncrypter()
    • Method Detail

      • encryptData

        public int encryptData​(byte[] buff)
        Specified by:
        encryptData in interface Encrypter
      • encryptData

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