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 classJSON Web Encryption (JWE) header.final classJSON Web Signature (JWS) header.final classUnsecured (alg=none) JOSE header.Methods in com.nimbusds.jose that return HeaderModifier and TypeMethodDescriptionabstract HeaderJOSEObject.getHeader()Returns the header of this JOSE object.Header.join(UnprotectedHeader unprotected) static Headerstatic Headerstatic Headerstatic Headerstatic HeaderConstructors 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 TypeMethodDescriptionbooleanCriticalHeaderParamsDeferral.headerPasses(Header header) Returnstrueif the specified header passes the critical parameters check. -
Uses of Header in com.nimbusds.jwt
Methods in com.nimbusds.jwt that return Header