Uses of Enum Class
com.nimbusds.jose.Requirement
Packages that use Requirement
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
JSON Web Key (JWK) classes.
-
Uses of Requirement in com.nimbusds.jose
Methods in com.nimbusds.jose that return RequirementModifier and TypeMethodDescriptionfinal RequirementAlgorithm.getRequirement()Gets the implementation requirement of this algorithm.static RequirementReturns the enum constant of this class with the specified name.static Requirement[]Requirement.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.nimbusds.jose with parameters of type RequirementModifierConstructorDescriptionAlgorithm(String name, Requirement req) Creates a new JOSE algorithm name.EncryptionMethod(String name, Requirement req) Creates a new encryption method.EncryptionMethod(String name, Requirement req, int cekBitLength) Creates a new encryption method.JWEAlgorithm(String name, Requirement req) Creates a new JSON Web Encryption (JWE) algorithm.JWSAlgorithm(String name, Requirement req) Creates a new JSON Web Signature (JWS) algorithm name. -
Uses of Requirement in com.nimbusds.jose.jwk
Methods in com.nimbusds.jose.jwk that return RequirementModifier and TypeMethodDescriptionKeyType.getRequirement()Gets the implementation requirement of this key type.Constructors in com.nimbusds.jose.jwk with parameters of type RequirementModifierConstructorDescriptionKeyType(String value, Requirement req) Creates a new key type with the specified value and implementation requirement.