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