public class JWKModel
extends Object
implements Serializable
| Constructor and Description |
|---|
JWKModel() |
| Modifier and Type | Method and Description |
|---|---|
Keys |
getKeys() |
RSAPrivateKey |
getPrivateKey() |
RSAPublicKey |
getPublicKey() |
void |
setKeys(Keys keys) |
void |
setPrivateKey(RSAPrivateKey privateKey) |
void |
setPublicKey(RSAPublicKey publicKey) |
public Keys getKeys()
public void setKeys(Keys keys)
public RSAPrivateKey getPrivateKey()
public void setPrivateKey(RSAPrivateKey privateKey)
public RSAPublicKey getPublicKey()
public void setPublicKey(RSAPublicKey publicKey)