Uses of Class
io.smallrye.jwt.build.JwtEncryptionException
-
Packages that use JwtEncryptionException Package Description io.smallrye.jwt.build io.smallrye.jwt.build.impl -
-
Uses of JwtEncryptionException in io.smallrye.jwt.build
Methods in io.smallrye.jwt.build that throw JwtEncryptionException Modifier and Type Method Description StringJwtEncryption. 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.StringJwtEncryption. encrypt(String keyLocation)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.StringJwtEncryption. encrypt(PublicKey keyEncryptionKey)Encrypt the claims or inner JWT withPublicKey.StringJwtEncryption. encrypt(SecretKey keyEncryptionKey)Encrypt the claims or inner JWT withSecretKey.StringJwtEncryption. 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 JwtEncryptionException Modifier and Type Method Description JwtEncryptionExceptionImplMessages_$bundle. encryptionException(Throwable throwable)JwtEncryptionExceptionImplMessages_$bundle. joseSerializationError(String errorMessage, Throwable t)JwtEncryptionExceptionImplMessages_$bundle. unsupportedContentEncryptionAlgorithm(String algorithmName)JwtEncryptionExceptionImplMessages_$bundle. unsupportedKeyEncryptionAlgorithm(String algorithmName)
-