Interface JOSEHeader

All Superinterfaces:
Serializable
All Known Implementing Classes:
JWEHeader, JWSHeader

public interface JOSEHeader extends Serializable
This interface represents a JOSE header.
Author:
Pedro Igor
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the algorithm used to sign or encrypt the JWT from the JOSE header.
  • Method Details

    • getRawAlgorithm

      String getRawAlgorithm()
      Returns the algorithm used to sign or encrypt the JWT from the JOSE header.
      Returns:
      the algorithm from the JOSE header
    • getKeyId

      String getKeyId()