Uses of Class
io.smallrye.jwt.build.JwtEncryptionException
Packages that use JwtEncryptionException
-
Uses of JwtEncryptionException in io.smallrye.jwt.build
Methods in io.smallrye.jwt.build that throw JwtEncryptionExceptionModifier and TypeMethodDescriptionJwtEncryption.encrypt()Encrypt the claims or inner JWT with a key loaded from the location set with the "smallrye.jwt.encrypt.key.location" property or the key content set with the "smallrye.jwt.encrypt.key" property.Encrypt the claims or inner JWT with a public or secret key loaded from the custom location which can point to a PEM, JWK or JWK set keys.Encrypt the claims or inner JWT withPublicKey.Encrypt the claims or inner JWT withSecretKey.JwtEncryption.encryptWithSecret(String secret) Encrypt the claims or inner JWT with a secret key string. -
Uses of JwtEncryptionException in io.smallrye.jwt.build.impl
Methods in io.smallrye.jwt.build.impl that return JwtEncryptionExceptionModifier and TypeMethodDescriptionfinal JwtEncryptionExceptionImplMessages_$bundle.encryptionException(Throwable throwable) final JwtEncryptionExceptionImplMessages_$bundle.joseSerializationError(String errorMessage, Throwable t) final JwtEncryptionExceptionImplMessages_$bundle.unsupportedContentEncryptionAlgorithm(String algorithmName) final JwtEncryptionExceptionImplMessages_$bundle.unsupportedKeyEncryptionAlgorithm(String algorithmName)