Class GCMUtil


  • public abstract class GCMUtil
    extends Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GCMUtil()  
    • Constructor Detail

      • GCMUtil

        public GCMUtil()
    • Method Detail

      • oneAsBytes

        public static byte[] oneAsBytes()
      • oneAsInts

        public static int[] oneAsInts()
      • oneAsLongs

        public static long[] oneAsLongs()
      • asBytes

        public static byte[] asBytes​(int[] x)
      • asBytes

        public static void asBytes​(int[] x,
                                   byte[] z)
      • asBytes

        public static byte[] asBytes​(long[] x)
      • asBytes

        public static void asBytes​(long[] x,
                                   byte[] z)
      • asInts

        public static int[] asInts​(byte[] x)
      • asInts

        public static void asInts​(byte[] x,
                                  int[] z)
      • asLongs

        public static long[] asLongs​(byte[] x)
      • asLongs

        public static void asLongs​(byte[] x,
                                   long[] z)
      • multiply

        public static void multiply​(byte[] x,
                                    byte[] y)
      • multiply

        public static void multiply​(int[] x,
                                    int[] y)
      • multiply

        public static void multiply​(long[] x,
                                    long[] y)
      • multiplyP

        public static void multiplyP​(int[] x)
      • multiplyP

        public static void multiplyP​(int[] x,
                                     int[] z)
      • multiplyP8

        public static void multiplyP8​(int[] x)
      • multiplyP8

        public static void multiplyP8​(int[] x,
                                      int[] y)
      • xor

        public static void xor​(byte[] x,
                               byte[] y)
      • xor

        public static void xor​(byte[] x,
                               byte[] y,
                               int yOff,
                               int yLen)
      • xor

        public static void xor​(byte[] x,
                               byte[] y,
                               byte[] z)
      • xor

        public static void xor​(int[] x,
                               int[] y)
      • xor

        public static void xor​(int[] x,
                               int[] y,
                               int[] z)
      • xor

        public static void xor​(long[] x,
                               long[] y)
      • xor

        public static void xor​(long[] x,
                               long[] y,
                               long[] z)