Class ImplMessages_$bundle

java.lang.Object
io.smallrye.jwt.build.impl.ImplMessages_$bundle
All Implemented Interfaces:
Serializable

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

    • INSTANCE

      public static final ImplMessages_$bundle INSTANCE
    • msg

      static final io.smallrye.jwt.build.impl.ImplMessages msg
  • Constructor Details

    • ImplMessages_$bundle

      protected ImplMessages_$bundle()
  • Method Details

    • readResolve

      protected Object readResolve()
    • getLoggingLocale

      protected Locale getLoggingLocale()
    • unsupportedSignatureAlgorithm$str

      protected String unsupportedSignatureAlgorithm$str()
    • unsupportedSignatureAlgorithm

      public final JwtSignatureException unsupportedSignatureAlgorithm(String algorithmName, Throwable throwable)
    • unsupportedSignatureAlgorithm

      public final JwtSignatureException unsupportedSignatureAlgorithm(String algorithmName)
    • joseSerializationError$str

      protected String joseSerializationError$str()
    • joseSerializationError

      public final JwtEncryptionException joseSerializationError(String errorMessage, Throwable t)
    • unsupportedKeyEncryptionAlgorithm$str

      protected String unsupportedKeyEncryptionAlgorithm$str()
    • unsupportedKeyEncryptionAlgorithm

      public final JwtEncryptionException unsupportedKeyEncryptionAlgorithm(String algorithmName)
    • unsupportedContentEncryptionAlgorithm$str

      protected String unsupportedContentEncryptionAlgorithm$str()
    • unsupportedContentEncryptionAlgorithm

      public final JwtEncryptionException unsupportedContentEncryptionAlgorithm(String algorithmName)
    • encryptionKeyCanNotBeLoadedFromLocation$str

      protected String encryptionKeyCanNotBeLoadedFromLocation$str()
    • encryptionKeyCanNotBeLoadedFromLocation

      public final IllegalArgumentException encryptionKeyCanNotBeLoadedFromLocation(String keyLocation)
    • encryptionKeyNotConfigured$str

      protected String encryptionKeyNotConfigured$str()
    • encryptionKeyNotConfigured

      public final IllegalArgumentException encryptionKeyNotConfigured()
    • signatureException$str

      protected String signatureException$str()
    • signatureException

      public final JwtSignatureException signatureException(Throwable throwable)
    • signKeyPropertyRequired$str

      protected String signKeyPropertyRequired$str()
    • signKeyPropertyRequired

      public final JwtSignatureException signKeyPropertyRequired(String algorithmName)
    • noneSignatureAlgorithmUnsupported$str

      protected String noneSignatureAlgorithmUnsupported$str()
    • noneSignatureAlgorithmUnsupported

      public final JwtSignatureException noneSignatureAlgorithmUnsupported()
    • signJwtTokenFailed$str

      protected String signJwtTokenFailed$str()
    • signJwtTokenFailed

      public final JwtSignatureException signJwtTokenFailed(String exceptionMessage, Throwable throwable)
    • algDoesNotMatchKeyType$str

      protected String algDoesNotMatchKeyType$str()
    • algDoesNotMatchKeyType

      public final IllegalArgumentException algDoesNotMatchKeyType()
    • publicKeyBeingUsedForSign$str

      protected String publicKeyBeingUsedForSign$str()
    • publicKeyBeingUsedForSign

      public final IllegalArgumentException publicKeyBeingUsedForSign()
    • readJsonFailure$str

      protected String readJsonFailure$str()
    • readJsonFailure

      public final JwtException readJsonFailure(String exceptionMessage, Throwable throwable)
    • failureToParseJWK$str

      protected String failureToParseJWK$str()
    • failureToParseJWK

      public final JwtException failureToParseJWK(String exceptionMessage, Throwable throwable)
    • failureToParseJWKS$str

      protected String failureToParseJWKS$str()
    • failureToParseJWKS

      public final JwtException failureToParseJWKS(String exceptionMessage, Throwable throwable)
    • kidRequired$str

      protected String kidRequired$str()
    • kidRequired

      public final IllegalArgumentException kidRequired()
    • keyWithKidNotFound$str

      protected String keyWithKidNotFound$str()
    • keyWithKidNotFound

      public final IllegalArgumentException keyWithKidNotFound(String keyId)
    • signingKeyCanNotBeLoadedFromLocation$str

      protected String signingKeyCanNotBeLoadedFromLocation$str()
    • signingKeyCanNotBeLoadedFromLocation

      public final IllegalArgumentException signingKeyCanNotBeLoadedFromLocation(String keyLocation, Throwable throwable)
    • signKeyNotConfigured$str

      protected String signKeyNotConfigured$str()
    • signKeyNotConfigured

      public final IllegalArgumentException signKeyNotConfigured()
    • failureToParseJWTClaims$str

      protected String failureToParseJWTClaims$str()
    • failureToParseJWTClaims

      public final JwtException failureToParseJWTClaims(String exceptionMessage, Throwable throwable)
    • failureToReadPrivateKey$str

      protected String failureToReadPrivateKey$str()
    • failureToReadPrivateKey

      public final JwtException failureToReadPrivateKey(String exceptionMessage, Throwable throwable)
    • failureToOpenInputStreamFromJsonResName$str

      protected String failureToOpenInputStreamFromJsonResName$str()
    • failureToOpenInputStreamFromJsonResName

      public final JwtException failureToOpenInputStreamFromJsonResName(String jsonResName)
    • failureToReadJsonContentFromJsonResName$str

      protected String failureToReadJsonContentFromJsonResName$str()
    • failureToReadJsonContentFromJsonResName

      public final JwtException failureToReadJsonContentFromJsonResName(String jsonResName, String exceptionMessage, Throwable throwable)
    • encryptionException$str

      protected String encryptionException$str()
    • encryptionException

      public final JwtEncryptionException encryptionException(Throwable throwable)
    • signingKeyCanNotBeCreatedFromContent$str

      protected String signingKeyCanNotBeCreatedFromContent$str()
    • signingKeyCanNotBeCreatedFromContent

      public final IllegalArgumentException signingKeyCanNotBeCreatedFromContent()
    • encryptionKeyCanNotBeCreatedFromContent$str

      protected String encryptionKeyCanNotBeCreatedFromContent$str()
    • encryptionKeyCanNotBeCreatedFromContent

      public final IllegalArgumentException encryptionKeyCanNotBeCreatedFromContent()
    • signingKeyCanNotBeReadFromKeystore$str

      protected String signingKeyCanNotBeReadFromKeystore$str()
    • signingKeyCanNotBeReadFromKeystore

      public final IllegalArgumentException signingKeyCanNotBeReadFromKeystore(Throwable throwable)
    • encryptionKeyCanNotBeReadFromKeystore$str

      protected String encryptionKeyCanNotBeReadFromKeystore$str()
    • encryptionKeyCanNotBeReadFromKeystore

      public final IllegalArgumentException encryptionKeyCanNotBeReadFromKeystore(Throwable throwable)
    • signingKeyIsNull$str

      protected String signingKeyIsNull$str()
    • signingKeyIsNull

      public final NullPointerException signingKeyIsNull()
    • encryptionKeyIsNull$str

      protected String encryptionKeyIsNull$str()
    • encryptionKeyIsNull

      public final NullPointerException encryptionKeyIsNull()