Class JWTUtilMessages_$bundle

java.lang.Object
io.smallrye.jwt.util.JWTUtilMessages_$bundle
All Implemented Interfaces:
Serializable

public class JWTUtilMessages_$bundle extends Object implements Serializable
Warning this class consists of generated code.
See Also:
  • Field Details

    • INSTANCE

      public static final JWTUtilMessages_$bundle INSTANCE
    • msg

      static final io.smallrye.jwt.util.JWTUtilMessages msg
  • Constructor Details

    • JWTUtilMessages_$bundle

      protected JWTUtilMessages_$bundle()
  • Method Details

    • readResolve

      protected Object readResolve()
    • getLoggingLocale

      protected Locale getLoggingLocale()
    • invalidJWKSPublicKey$str

      protected String invalidJWKSPublicKey$str()
    • invalidJWKSPublicKey

      public final UncheckedIOException invalidJWKSPublicKey(IOException ioe)
    • unsupportedAlgorithm$str

      protected String unsupportedAlgorithm$str()
    • unsupportedAlgorithm

      public final NoSuchAlgorithmException unsupportedAlgorithm(String algorithmName)
    • keyNotFound$str

      protected String keyNotFound$str()
    • keyNotFound

      public final IOException keyNotFound(String keyLocation)
    • requiresSymmetricAlgo$str

      protected String requiresSymmetricAlgo$str()
    • requiresSymmetricAlgo

      public final InvalidAlgorithmParameterException requiresSymmetricAlgo(String algorithmName)
    • keystoreProviderNotFound$str

      protected String keystoreProviderNotFound$str()
    • keystoreProviderNotFound

      public final KeyStoreException keystoreProviderNotFound(String provider)