Uses of Class
com.nimbusds.jose.JWSHeader
Packages that use JWSHeader
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
Implementations of standard Javascript Object Signing and Encryption (JOSE)
algorithms.
JWS signer, JWS verifier, JWE encrypter and JWE decrypter factory
implementations.
JSON Web Key (JWK) classes.
JSON Web Signature (JWS) minting framework.
Framework for application-specific verification and decryption of JOSE
objects (with arbitrary payloads).
JSON Web Token (JWT) interfaces and classes.
Framework for application-specific verification and decryption of JSON Web
Tokens (JWTs).
-
Uses of JWSHeader in com.nimbusds.jose
Methods in com.nimbusds.jose that return JWSHeaderModifier and TypeMethodDescriptionJWSHeader.Builder.build()Builds a new JWS header.JWSObject.getHeader()JWSObjectJSON.Signature.getHeader()Returns the JWS protected header.static JWSHeaderParses a JWS header from the specified Base64URL.static JWSHeaderParses a JWS header from the specified JSON object string.static JWSHeaderParses a JWS header from the specified JSON object string.static JWSHeaderParses a JWS header from the specified JSON object.static JWSHeaderParses a JWS header from the specified JSON object.Methods in com.nimbusds.jose with parameters of type JWSHeaderModifier and TypeMethodDescriptionvoidSigns this JWS secured object with the specified JWS signer and adds the resulting signature to it.voidJWSObjectJSON.sign(JWSHeader jwsHeader, UnprotectedHeader unprotectedHeader, JWSSigner signer) Signs this JWS secured object with the specified JWS signer and adds the resulting signature to it.Signs the specifiedinputof aJWS object.booleanVerifies the specifiedsignatureof aJWS object.Constructors in com.nimbusds.jose with parameters of type JWSHeaderModifierConstructorDescriptionCreates a new JWS header builder with the parameters from the specified header.Deep copy constructor.Creates a new to-be-signed JSON Web Signature (JWS) object with the specified header and payload. -
Uses of JWSHeader in com.nimbusds.jose.crypto
Methods in com.nimbusds.jose.crypto with parameters of type JWSHeaderModifier and TypeMethodDescriptionbooleanbooleanbooleanboolean -
Uses of JWSHeader in com.nimbusds.jose.crypto.factories
Methods in com.nimbusds.jose.crypto.factories with parameters of type JWSHeaderModifier and TypeMethodDescriptionDefaultJWSVerifierFactory.createJWSVerifier(JWSHeader header, Key key) -
Uses of JWSHeader in com.nimbusds.jose.jwk
Methods in com.nimbusds.jose.jwk with parameters of type JWSHeaderModifier and TypeMethodDescriptionstatic JWKMatcherJWKMatcher.forJWSHeader(JWSHeader jwsHeader) Returns aJWKMatcherbased on the givenJWSHeader. -
Uses of JWSHeader in com.nimbusds.jose.mint
Methods in com.nimbusds.jose.mint with parameters of type JWSHeaderModifier and TypeMethodDescription -
Uses of JWSHeader in com.nimbusds.jose.proc
Methods in com.nimbusds.jose.proc with parameters of type JWSHeaderModifier and TypeMethodDescriptionprotected JWKMatcherJWSVerificationKeySelector.createJWKMatcher(JWSHeader jwsHeader) Creates a JWK matcher for the expected JWS algorithm and the specified JWS header.JWSVerifierFactory.createJWSVerifier(JWSHeader header, Key key) Creates a new JWS verifier for the specified header and key.JWSAlgorithmFamilyJWSKeySelector.selectJWSKeys(JWSHeader header, C context) JWSKeySelector.selectJWSKeys(JWSHeader header, C context) Selects key candidates for verifying a JWS object.JWSVerificationKeySelector.selectJWSKeys(JWSHeader jwsHeader, C context) SingleKeyJWSKeySelector.selectJWSKeys(JWSHeader header, C context) -
Uses of JWSHeader in com.nimbusds.jwt
Constructors in com.nimbusds.jwt with parameters of type JWSHeaderModifierConstructorDescriptionSignedJWT(JWSHeader header, JWTClaimsSet claimsSet) Creates a new to-be-signed JSON Web Token (JWT) with the specified header and claims set. -
Uses of JWSHeader in com.nimbusds.jwt.proc
Methods in com.nimbusds.jwt.proc with parameters of type JWSHeaderModifier and TypeMethodDescriptionDefaultJWTProcessor.selectKeys(JWSHeader header, JWTClaimsSet claimsSet, C context) Selects key candidates for verifying a signed JWT.JWTClaimsSetAwareJWSKeySelector.selectKeys(JWSHeader header, JWTClaimsSet claimsSet, C context) Selects key candidates for verifying a signed JWT.