Uses of Class
io.jans.as.model.jwe.Jwe
-
Packages that use Jwe Package Description io.jans.as.model.jwe -
-
Uses of Jwe in io.jans.as.model.jwe
Methods in io.jans.as.model.jwe that return Jwe Modifier and Type Method Description Jwe
JweDecrypter. decrypt(String encryptedJwe)
Jwe
JweDecrypterImpl. decrypt(String encryptedJwe)
Jwe
JweEncrypter. encrypt(Jwe jwe)
Jwe
JweEncrypterImpl. encrypt(Jwe jwe)
static Jwe
Jwe. parse(String encodedJwe, PrivateKey privateKey, byte[] sharedSymmetricKey)
Methods in io.jans.as.model.jwe with parameters of type Jwe Modifier and Type Method Description static com.nimbusds.jose.Payload
JweEncrypterImpl. createPayload(Jwe jwe)
Jwe
JweEncrypter. encrypt(Jwe jwe)
Jwe
JweEncrypterImpl. encrypt(Jwe jwe)
-