Class JwtSigningKey


  • public class JwtSigningKey
    extends java.lang.Object
    Class for creating a new and unique JWT Signing Key on server startup. Singleton Class
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] getInstance()  
      • Methods inherited from class java.lang.Object

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

      • getInstance

        public static byte[] getInstance()