public class JSONSignatureValidator extends Object
| Constructor and Description |
|---|
JSONSignatureValidator(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<TrustAnchor> |
loadTrustAnchors(CertificateFactory cf) |
FormValidation |
verifySignature(net.sf.json.JSONObject o)
Verifies the signature in the update center data file.
|
public JSONSignatureValidator(String name)
public FormValidation verifySignature(net.sf.json.JSONObject o) throws IOException
IOExceptionprotected Set<TrustAnchor> loadTrustAnchors(CertificateFactory cf) throws IOException
IOExceptionCopyright © 2019. All rights reserved.