Uses of Class
io.smallrye.jwt.build.JwtSignatureException
Packages that use JwtSignatureException
-
Uses of JwtSignatureException in io.smallrye.jwt.build
Methods in io.smallrye.jwt.build that throw JwtSignatureExceptionModifier and TypeMethodDescriptionJwtSignature.innerSign()Sign the claims with a key loaded from the location set with the "smallrye.jwt.sign.key.location" property or the key content set with the "smallrye.jwt.sign.key" property and encrypt the inner JWT by moving toJwtEncryptionBuilder.Sign the claims with a private or secret key loaded from the custom location which can point to a PEM, JWK or JWK set keys and encrypt the inner JWT by moving toJwtEncryptionBuilder.JwtSignature.innerSign(PrivateKey signingKey) Sign the claims withPrivateKeyand encrypt the inner JWT by moving toJwtEncryptionBuilder.Sign the claims withSecretKeyand encrypt the inner JWT by moving toJwtEncryptionBuilder.JwtSignature.innerSignWithSecret(String secret) Sign the claims with a secret key string and encrypt the inner JWT by moving toJwtEncryptionBuilder.JwtSignature.sign()Sign the claims with a key loaded from the location set with the "smallrye.jwt.sign.key.location" property or the key content set with the "smallrye.jwt.sign.key" property.Sign the claims with a private or secret key loaded from the custom location which can point to a PEM, JWK or JWK set keys.JwtSignature.sign(PrivateKey signingKey) Sign the claims withPrivateKey.Sign the claims withSecretKey'HS256' algorithm will be used unless a different algorithm has been set withJwtSignatureBuilderor 'smallrye.jwt.new-token.signature-algorithm' property.JwtSignature.signWithSecret(String secret) Sign the claims with a secret key string. -
Uses of JwtSignatureException in io.smallrye.jwt.build.impl
Methods in io.smallrye.jwt.build.impl that return JwtSignatureExceptionModifier and TypeMethodDescriptionfinal JwtSignatureExceptionImplMessages_$bundle.noneSignatureAlgorithmUnsupported()final JwtSignatureExceptionImplMessages_$bundle.signatureException(Throwable throwable) final JwtSignatureExceptionImplMessages_$bundle.signJwtTokenFailed(String exceptionMessage, Throwable throwable) final JwtSignatureExceptionImplMessages_$bundle.signKeyPropertyRequired(String algorithmName) final JwtSignatureExceptionImplMessages_$bundle.unsupportedSignatureAlgorithm(String algorithmName) final JwtSignatureExceptionImplMessages_$bundle.unsupportedSignatureAlgorithm(String algorithmName, Throwable throwable)