Class JwtKeyLoader


  • public class JwtKeyLoader
    extends java.lang.Object
    INTERNAL API

    Loads a key from a directory.

    • Constructor Summary

      Constructors 
      Constructor Description
      JwtKeyLoader()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static JwtSupport.JwtAlgorithmSecret loadKey​(java.lang.String keyId, pdi.jwt.JwtAlgorithm algorithm, com.typesafe.config.Config secretConfig)  
      • Methods inherited from class java.lang.Object

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

      • JwtKeyLoader

        public JwtKeyLoader()
    • Method Detail

      • loadKey

        public static JwtSupport.JwtAlgorithmSecret loadKey​(java.lang.String keyId,
                                                            pdi.jwt.JwtAlgorithm algorithm,
                                                            com.typesafe.config.Config secretConfig)