Package org.keycloak.jose
Interface JOSEHeader
-
- All Superinterfaces:
Serializable
public interface JOSEHeader extends Serializable
This interface represents a JOSE header.- Author:
- Pedro Igor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKeyId()
String
getRawAlgorithm()
Returns the algorithm used to sign or encrypt the JWT from the JOSE header.
-