Uses of Class
com.nimbusds.jose.Payload.Origin

Packages that use Payload.Origin
com.nimbusds.jose Javascript Object Signing and Encryption (JOSE) classes. 
 

Uses of Payload.Origin in com.nimbusds.jose
 

Methods in com.nimbusds.jose that return Payload.Origin
 Payload.Origin Payload.getOrigin()
          Gets the original data type used to create this payload.
static Payload.Origin Payload.Origin.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Payload.Origin[] Payload.Origin.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 NimbusDS. All Rights Reserved.