Class Xtea


  • public class Xtea
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Xtea​(int[] key)  
    • Method Summary

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

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

      • Xtea

        public Xtea​(int[] key)
    • Method Detail

      • encrypt

        public byte[] encrypt​(byte[] data,
                              int len)
      • decrypt

        public byte[] decrypt​(byte[] data,
                              int len)