Uses of Class
com.nimbusds.jose.Header
Packages that use Header
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and
JWE decrypters in the
com.nimbusds.jose.crypto
package.JSON Web Token (JWT) interfaces and classes.
-
Uses of Header in com.nimbusds.jose
Subclasses of Header in com.nimbusds.joseModifier and TypeClassDescriptionfinal class
JSON Web Encryption (JWE) header.final class
JSON Web Signature (JWS) header.final class
Unsecured (alg=none
) JOSE header.Methods in com.nimbusds.jose that return HeaderModifier and TypeMethodDescriptionabstract Header
JOSEObject.getHeader()
Returns the header of this JOSE object.Header.join
(UnprotectedHeader unprotected) static Header
static Header
static Header
static Header
static Header
Constructors in com.nimbusds.jose with parameters of type Header -
Uses of Header in com.nimbusds.jose.crypto.impl
Methods in com.nimbusds.jose.crypto.impl with parameters of type HeaderModifier and TypeMethodDescriptionboolean
CriticalHeaderParamsDeferral.headerPasses
(Header header) Returnstrue
if the specified header passes the critical parameters check. -
Uses of Header in com.nimbusds.jwt
Methods in com.nimbusds.jwt that return Header