All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.keycloak.jose.JOSE Maven / Gradle / Ivy

There is a newer version: 26.0.5
Show newest version
package org.keycloak.jose;

/**
 * An interface to represent signed (JWS) and encrypted (JWE) JWTs.
 *
 * @author Pedro Igor
 */
public interface JOSE {

    /**
     * Returns the JWT header.
     *
     * @return the JWT header
     */
     H getHeader();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy