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

com.nimbusds.jose.ReadOnlyJWSHeader Maven / Gradle / Ivy

Go to download

Java library for Javascript Object Signing and Encryption (JOSE) and JSON Web Tokens (JWT)

There is a newer version: [ version ]
Show newest version
package com.nimbusds.jose;


/**
 * Read-only view of a {@link JWSHeader JWS header}.
 *
 * @author Vladimir Dzhuvinov
 * @version $version$ (2012-09-28)
 */
public interface ReadOnlyJWSHeader extends ReadOnlyCommonSEHeader {
	
	
	/**
	 * Gets the algorithm ({@code alg}) parameter.
	 *
	 * @return The algorithm parameter.
	 */
	@Override
	public JWSAlgorithm getAlgorithm();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy