All Known Subinterfaces:
DirectJWAKeyManager, EncryptingJWAKeyManager, JWACipher, JWAKeyManager, JWASigner, WrappingJWAKeyManager

public interface JWA

Base JSON Web Algorithm as specified by RFC7518.

Since:
1.5
Author:
Jeremy Kuhn
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the set of specific JOSE header parameters processed by the algorithm.
  • Method Details

    • getProcessedParameters

      Set<String> getProcessedParameters()

      Returns the set of specific JOSE header parameters processed by the algorithm.

      Returns:
      a set of processed parameters or the empty set if the algorithm does not process any specific parameter