Uses of Enum Class
com.nimbusds.jose.JWSObject.State
Packages that use JWSObject.State
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
-
Uses of JWSObject.State in com.nimbusds.jose
Methods in com.nimbusds.jose that return JWSObject.StateModifier and TypeMethodDescriptionJWSObject.getState()Returns the state of the JWS secured object.static JWSObject.StateReturns the enum constant of this class with the specified name.static JWSObject.State[]JWSObject.State.values()Returns an array containing the constants of this enum class, in the order they are declared.