Module io.inverno.mod.security.jose
Package io.inverno.mod.security.jose.jwa
Interface WrappingJWAKeyManager.WrappedCEK
- Enclosing interface:
WrappingJWAKeyManager
public static interface WrappingJWAKeyManager.WrappedCEK
A wrapped CEK composed of the wrapped key and a map of specific parameters resulting from the CEK wrapping and required by the recipient to unwrap the key.
- Since:
- 1.5
- Author:
- Jeremy Kuhn
-
Method Summary
Modifier and TypeMethodDescriptionReturns the specific parameters resulting from the CEK wrapping and required by a recipient to unwrap the key.byte[]
Returns the wrapped CEK.
-
Method Details
-
getWrappedKey
byte[] getWrappedKey()Returns the wrapped CEK.
- Returns:
- the wrapped key
-
getMoreHeaderParameters
Returns the specific parameters resulting from the CEK wrapping and required by a recipient to unwrap the key.
- Returns:
- a map of parameters or the empty map
-