public interface KeyResult extends Message<byte[]>, KeySupplier<SecretKey>
KeyAlgorithm
encryption key request, containing the resulting
JWE encrypted key
and JWE Content Encryption Key (CEK)
, concepts defined in
JWE Terminology.
The result payload
is the JWE encrypted key
, which will be Base64URL-encoded
and embedded in the resulting compact JWE string.
The result key
is the JWE Content Encryption Key (CEK)
which will be used to encrypt
the JWE.
getPayload
getKey
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.