Uses of Class
com.nimbusds.jose.Requirement

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

Uses of Requirement in com.nimbusds.jose
 

Methods in com.nimbusds.jose that return Requirement
 Requirement KeyType.getRequirement()
          Gets the implementation requirement of this key type.
 Requirement Algorithm.getRequirement()
          Gets the implementation requirement of this algorithm.
static Requirement Requirement.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Requirement[] Requirement.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.nimbusds.jose with parameters of type Requirement
Algorithm(String name, Requirement req)
          Creates a new JOSE algorithm name.
EncryptionMethod(String name, Requirement req)
          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.
KeyType(String value, Requirement req)
          Creates a new key type with the specified value and implementation requirement.
 



Copyright © 2013 NimbusDS. All Rights Reserved.