public class ConfigMessages_$bundle extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static ConfigMessages_$bundle |
INSTANCE |
static io.smallrye.jwt.config.ConfigMessages |
msg |
| Modifier | Constructor and Description |
|---|---|
protected |
ConfigMessages_$bundle() |
| Modifier and Type | Method and Description |
|---|---|
protected Locale |
getLoggingLocale() |
javax.enterprise.inject.spi.DeploymentException |
hs256NotSupported() |
protected String |
hs256NotSupported$str() |
javax.enterprise.inject.spi.DeploymentException |
invalidDecryptKeyLocation() |
protected String |
invalidDecryptKeyLocation$str() |
javax.enterprise.inject.spi.DeploymentException |
invalidPublicKeyLocation() |
protected String |
invalidPublicKeyLocation$str() |
javax.enterprise.inject.spi.DeploymentException |
parsingPublicKeyFailed(Throwable throwable) |
protected String |
parsingPublicKeyFailed$str() |
javax.enterprise.inject.spi.DeploymentException |
readingDecryptKeyLocationFailed(Throwable throwable) |
protected String |
readingDecryptKeyLocationFailed$str() |
javax.enterprise.inject.spi.DeploymentException |
readingPublicKeyLocationFailed(Throwable throwable) |
protected String |
readingPublicKeyLocationFailed$str() |
protected Object |
readResolve() |
public static final ConfigMessages_$bundle INSTANCE
public static final io.smallrye.jwt.config.ConfigMessages msg
protected Object readResolve()
protected Locale getLoggingLocale()
protected String hs256NotSupported$str()
public final javax.enterprise.inject.spi.DeploymentException hs256NotSupported()
protected String parsingPublicKeyFailed$str()
public final javax.enterprise.inject.spi.DeploymentException parsingPublicKeyFailed(Throwable throwable)
protected String readingPublicKeyLocationFailed$str()
public final javax.enterprise.inject.spi.DeploymentException readingPublicKeyLocationFailed(Throwable throwable)
protected String invalidPublicKeyLocation$str()
public final javax.enterprise.inject.spi.DeploymentException invalidPublicKeyLocation()
protected String readingDecryptKeyLocationFailed$str()
public final javax.enterprise.inject.spi.DeploymentException readingDecryptKeyLocationFailed(Throwable throwable)
protected String invalidDecryptKeyLocation$str()
public final javax.enterprise.inject.spi.DeploymentException invalidDecryptKeyLocation()
Copyright © 2018–2021. All rights reserved.