Package io.smallrye.jwt.util
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static JWTUtilMessages_$bundleINSTANCEstatic io.smallrye.jwt.util.JWTUtilMessagesmsg
-
Constructor Summary
Constructors Modifier Constructor Description protectedJWTUtilMessages_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalegetLoggingLocale()UncheckedIOExceptioninvalidJWKSPublicKey(IOException ioe)protected StringinvalidJWKSPublicKey$str()IOExceptionkeyNotFound(String keyLocation)protected StringkeyNotFound$str()KeyStoreExceptionkeystoreProviderNotFound(String provider)protected StringkeystoreProviderNotFound$str()protected ObjectreadResolve()InvalidAlgorithmParameterExceptionrequiresSymmetricAlgo(String algorithmName)protected StringrequiresSymmetricAlgo$str()NoSuchAlgorithmExceptionunsupportedAlgorithm(String algorithmName)protected StringunsupportedAlgorithm$str()
-
-
-
Field Detail
-
INSTANCE
public static final JWTUtilMessages_$bundle INSTANCE
-
msg
public static final io.smallrye.jwt.util.JWTUtilMessages msg
-
-
Method Detail
-
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)
-
-