|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JWSHeader | |
|---|---|
| com.nimbusds.jose | Javascript Object Signing and Encryption (JOSE) classes. |
| com.nimbusds.jwt | JSON Web Token (JWT) classes. |
| Uses of JWSHeader in com.nimbusds.jose |
|---|
| Methods in com.nimbusds.jose that return JWSHeader | |
|---|---|
static JWSHeader |
JWSHeader.parse(Base64URL base64URL)
Parses a JWS header from the specified Base64URL. |
static JWSHeader |
JWSHeader.parse(net.minidev.json.JSONObject json)
Parses a JWS header from the specified JSON object. |
static JWSHeader |
JWSHeader.parse(String s)
Parses a JWS header from the specified JSON string. |
| Constructors in com.nimbusds.jose with parameters of type JWSHeader | |
|---|---|
JWSObject(JWSHeader header,
Payload payload)
Creates a new to-be-signed JSON Web Signature (JWS) object with the specified header and payload. |
|
| Uses of JWSHeader in com.nimbusds.jwt |
|---|
| Constructors in com.nimbusds.jwt with parameters of type JWSHeader | |
|---|---|
SignedJWT(JWSHeader header,
ClaimsSet claimsSet)
Creates a new to-be-signed JSON Web Token (JWT) with the specified header and claims set. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||