Uses of Class
com.nimbusds.jose.PlainHeader
Packages that use PlainHeader
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
JSON Web Token (JWT) interfaces and classes.
-
Uses of PlainHeader in com.nimbusds.jose
Methods in com.nimbusds.jose that return PlainHeaderModifier and TypeMethodDescriptionPlainHeader.Builder.build()
Builds a new unsecured (plain) header.PlainObject.getHeader()
static PlainHeader
Parses an unsecured header from the specified Base64URL.static PlainHeader
Parses an unsecured header from the specified JSON string.static PlainHeader
Parses an unsecured header from the specified JSON string.static PlainHeader
Parses an unsecured header from the specified JSON object.static PlainHeader
Parses an unsecured header from the specified JSON object.Constructors in com.nimbusds.jose with parameters of type PlainHeaderModifierConstructorDescriptionBuilder
(PlainHeader plainHeader) Creates a new unsecured (plain) header builder with the parameters from the specified header.PlainHeader
(PlainHeader plainHeader) Deep copy constructor.PlainObject
(PlainHeader header, Payload payload) Creates a new unsecured JOSE object with the specified header and payload. -
Uses of PlainHeader in com.nimbusds.jwt
Constructors in com.nimbusds.jwt with parameters of type PlainHeaderModifierConstructorDescriptionPlainJWT
(PlainHeader header, JWTClaimsSet claimsSet) Creates a new unsecured (plain) JSON Web Token (JWT) with the specified header and claims set.