Package | Description |
---|---|
org.keycloak.jose.jwe | |
org.keycloak.util |
Modifier and Type | Method and Description |
---|---|
String |
JWE.encodeJwe() |
JWE |
JWE.verifyAndDecodeJwe(String jweStr) |
Modifier and Type | Method and Description |
---|---|
static String |
TokenUtil.jweDirectEncode(Key aesKey,
Key hmacKey,
JsonWebToken jwt) |
static <T extends JsonWebToken> |
TokenUtil.jweDirectVerifyAndDecode(Key aesKey,
Key hmacKey,
String jweStr,
Class<T> expectedClass) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.