|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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,
String kid)
Creates a new JSON Web Key (JWK). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||