Package | Description |
---|---|
org.keycloak.jose.jwe | |
org.keycloak.jose.jwe.enc |
Modifier and Type | Method and Description |
---|---|
JWE |
JWE.content(byte[] content) |
JWE |
JWE.header(JWEHeader header) |
JWE |
JWE.verifyAndDecodeJwe(String jweStr) |
Modifier and Type | Method and Description |
---|---|
void |
JWEEncryptionProvider.encodeJwe(JWE jwe)
This method usually has 3 outputs:
- generated initialization vector
- encrypted content
- authenticationTag for MAC validation
It is supposed to call
setEncryptedContentInfo(byte[], byte[], byte[]) after it's finished |
void |
AesCbcHmacShaEncryptionProvider.encodeJwe(JWE jwe) |
void |
JWEEncryptionProvider.verifyAndDecodeJwe(JWE jwe)
This method is supposed to verify checksums and decrypt content.
|
void |
AesCbcHmacShaEncryptionProvider.verifyAndDecodeJwe(JWE jwe) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.