Uses of Class
com.nimbusds.jose.jwk.KeyType

Packages that use KeyType
com.nimbusds.jose.jwk JSON Web Key (JWK) classes. 
 

Uses of KeyType in com.nimbusds.jose.jwk
 

Fields in com.nimbusds.jose.jwk declared as KeyType
static KeyType KeyType.EC
          Elliptic Curve (DSS) key type (recommended).
static KeyType KeyType.OCT
          Octet sequence key type (optional)
static KeyType KeyType.RSA
          RSA (RFC 3447) key type (required).
 

Methods in com.nimbusds.jose.jwk that return KeyType
 KeyType JWK.getKeyType()
          Gets the type (kty) of this JWK.
static KeyType KeyType.parse(String s)
          Parses a key type from the specified string.
 

Constructors in com.nimbusds.jose.jwk with parameters of type KeyType
JWK(KeyType kty, Use use, Algorithm alg, String kid)
          Creates a new JSON Web Key (JWK).
 



Copyright © 2013 NimbusDS. All Rights Reserved.