Package | Description |
---|---|
com.nimbusds.jose |
Javascript Object Signing and Encryption (JOSE) classes.
|
com.nimbusds.jwt |
JSON Web Token (JWT) classes.
|
Modifier and Type | Method and Description |
---|---|
PlainHeader |
PlainHeader.Builder.build()
Builds a new unsecured (plain) header.
|
PlainHeader |
PlainObject.getHeader() |
static PlainHeader |
PlainHeader.parse(Base64URL base64URL)
Parses an unsecured header from the specified Base64URL.
|
static PlainHeader |
PlainHeader.parse(net.minidev.json.JSONObject jsonObject)
Parses an unsecured header from the specified JSON object.
|
static PlainHeader |
PlainHeader.parse(net.minidev.json.JSONObject jsonObject,
Base64URL parsedBase64URL)
Parses an unsecured header from the specified JSON object.
|
static PlainHeader |
PlainHeader.parse(String jsonString)
Parses an unsecured header from the specified JSON string.
|
static PlainHeader |
PlainHeader.parse(String jsonString,
Base64URL parsedBase64URL)
Parses an unsecured header from the specified JSON string.
|
Constructor and Description |
---|
Builder(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.
|
Constructor and Description |
---|
PlainJWT(PlainHeader header,
JWTClaimsSet claimsSet)
Creates a new unsecured (plain) JSON Web Token (JWT) with the
specified header and claims set.
|
Copyright © 2017 Connect2id Ltd.. All rights reserved.