Uses of Interface
com.ebasetech.xi.api.JWE
Package | Description |
---|---|
com.ebasetech.xi.api |
-
Uses of JWE in com.ebasetech.xi.api
Methods in com.ebasetech.xi.api that return JWE Modifier and Type Method Description JWE
JWTManager. parseJWE(java.lang.String jwtToken, javax.crypto.SecretKey secretKey)
Read JWE strings, decrypt JWE using a suppliedSecretKey
.