public class JSONWebKey extends Object
| Modifier and Type | Field and Description |
|---|---|
Algorithm |
algorithm |
String |
exponent
The "e" (exponent) parameter contains the exponent value for the RSA public key.
|
String |
keyId |
KeyType |
keyType |
String |
modulus
The "n" (modulus) parameter contains the modulus value for the RSA public key.
|
String |
use |
| Constructor and Description |
|---|
JSONWebKey() |
public Algorithm algorithm
public String exponent
public String keyId
public KeyType keyType
public String modulus
public String use
Copyright © 2017. All rights reserved.