public class JWTUtilMessages_$bundle extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static JWTUtilMessages_$bundle |
INSTANCE |
static io.smallrye.jwt.util.JWTUtilMessages |
msg |
| Modifier | Constructor and Description |
|---|---|
protected |
JWTUtilMessages_$bundle() |
| Modifier and Type | Method and Description |
|---|---|
protected Locale |
getLoggingLocale() |
UncheckedIOException |
invalidJWKSPublicKey(IOException ioe) |
protected String |
invalidJWKSPublicKey$str() |
IOException |
keyNotFound(String keyLocation) |
protected String |
keyNotFound$str() |
protected Object |
readResolve() |
InvalidAlgorithmParameterException |
requiresSymmetricAlgo(String algorithmName) |
protected String |
requiresSymmetricAlgo$str() |
NoSuchAlgorithmException |
unsupportedAlgorithm(String algorithmName) |
protected String |
unsupportedAlgorithm$str() |
public static final JWTUtilMessages_$bundle INSTANCE
public static final io.smallrye.jwt.util.JWTUtilMessages msg
protected Object readResolve()
protected Locale getLoggingLocale()
protected String invalidJWKSPublicKey$str()
public final UncheckedIOException invalidJWKSPublicKey(IOException ioe)
protected String unsupportedAlgorithm$str()
public final NoSuchAlgorithmException unsupportedAlgorithm(String algorithmName)
protected String keyNotFound$str()
public final IOException keyNotFound(String keyLocation)
protected String requiresSymmetricAlgo$str()
public final InvalidAlgorithmParameterException requiresSymmetricAlgo(String algorithmName)
Copyright © 2018–2021. All rights reserved.