Package akka.http.jwt.internal
Class JwtKeyLoader$
- java.lang.Object
-
- akka.http.jwt.internal.JwtKeyLoader$
-
public class JwtKeyLoader$ extends java.lang.Object
INTERNAL APILoads a key from a directory.
-
-
Field Summary
Fields Modifier and Type Field Description static JwtKeyLoader$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description JwtKeyLoader$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JwtSupport.JwtAlgorithmSecret
loadKey(java.lang.String keyId, pdi.jwt.JwtAlgorithm algorithm, com.typesafe.config.Config secretConfig)
-
-
-
Field Detail
-
MODULE$
public static final JwtKeyLoader$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
loadKey
public JwtSupport.JwtAlgorithmSecret loadKey(java.lang.String keyId, pdi.jwt.JwtAlgorithm algorithm, com.typesafe.config.Config secretConfig)
-
-