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 Type
    Method
    Description
    Returns 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

      Map<String,Object> 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