public class SigningPublicKey extends Object
SigningKey| Constructor and Description |
|---|
SigningPublicKey(String kid,
RSAPublicKey key) |
| Modifier and Type | Method and Description |
|---|---|
net.sf.json.JSONObject |
asJSON()
Renders the key as JSON in the JWK format.
|
RSAPublicKey |
getKey() |
String |
getKid() |
public SigningPublicKey(String kid, RSAPublicKey key)
public String getKid()
public RSAPublicKey getKey()
@WebMethod(name="") public net.sf.json.JSONObject asJSON()
Copyright © 2016–2017. All rights reserved.