Uses of Class
com.nimbusds.jose.JWSObject.State

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

Uses of JWSObject.State in com.nimbusds.jose
 

Methods in com.nimbusds.jose that return JWSObject.State
 JWSObject.State JWSObject.getState()
          Gets the state of this JWS object.
static JWSObject.State JWSObject.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JWSObject.State[] JWSObject.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 NimbusDS. All Rights Reserved.