Uses of Class
com.nimbusds.jose.PlainObject

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

Uses of PlainObject in com.nimbusds.jose
 

Methods in com.nimbusds.jose that return PlainObject
static PlainObject PlainObject.parse(String s)
          Parses a plaintext JOSE object from the specified string in compact format.
 

Uses of PlainObject in com.nimbusds.jwt
 

Subclasses of PlainObject in com.nimbusds.jwt
 class PlainJWT
          Plain JSON Web Token (JWT).
 



Copyright © 2013 NimbusDS. All Rights Reserved.