Uses of Class
com.nimbusds.jose.KeyType

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

Uses of KeyType in com.nimbusds.jose
 

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

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

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



Copyright © 2013 NimbusDS. All Rights Reserved.