Uses of Class
com.nimbusds.jose.PlainHeader

Packages that use PlainHeader
com.nimbusds.jose Javascript Object Signing and Encryption (JOSE) classes. 
com.nimbusds.jwt JSON Web Token (JWT) classes. 
 

Uses of PlainHeader in com.nimbusds.jose
 

Methods in com.nimbusds.jose that return PlainHeader
static PlainHeader PlainHeader.parse(Base64URL base64URL)
          Parses a plain header from the specified Base64URL.
static PlainHeader PlainHeader.parse(net.minidev.json.JSONObject json)
          Parses a plain header from the specified JSON object.
static PlainHeader PlainHeader.parse(String s)
          Parses a plain header from the specified JSON string.
 

Constructors in com.nimbusds.jose with parameters of type PlainHeader
PlainObject(PlainHeader header, Payload payload)
          Creates a new plaintext JOSE object with the specified header and payload.
 

Uses of PlainHeader in com.nimbusds.jwt
 

Constructors in com.nimbusds.jwt with parameters of type PlainHeader
PlainJWT(PlainHeader header, ReadOnlyJWTClaimsSet claimsSet)
          Creates a new plain JSON Web Token (JWT) with the specified header and claims set.
 



Copyright © 2013 NimbusDS. All Rights Reserved.