Module io.inverno.mod.security.jose
Package io.inverno.mod.security.jose.jwa
Interface DirectJWAKeyManager.DirectCEK
- Enclosing interface:
DirectJWAKeyManager
public static interface DirectJWAKeyManager.DirectCEK
A direct CEK composed of a derived encryption key and a map of specific parameters resulting from the key derivation and required by a recipient to derive the key.
- Since:
- 1.5
- Author:
- Jeremy Kuhn
-
Method Summary
Modifier and TypeMethodDescriptionReturns a derived encryption key.Returns the specific parameters resulting from the key derivation and required by a recipient to derive the key.
-
Method Details
-
getEncryptionKey
OCTJWK getEncryptionKey()Returns a derived encryption key.
- Returns:
- an encryption key
-
getMoreHeaderParameters
Returns the specific parameters resulting from the key derivation and required by a recipient to derive the key.
- Returns:
- a map of parameters or the empty map
-