Class GCMTest

  • All Implemented Interfaces:
    Test

    public class GCMTest
    extends SimpleTest
    Test vectors from "The Galois/Counter Mode of Operation (GCM)", McGrew/Viega, Appendix B
    • Constructor Detail

      • GCMTest

        public GCMTest()
    • Method Detail

      • performTest

        public void performTest()
                         throws java.lang.Exception
        Specified by:
        performTest in class SimpleTest
        Throws:
        java.lang.Exception
      • createAESEngine

        protected BlockCipher createAESEngine()
      • main

        public static void main​(java.lang.String[] args)