Package | Description |
---|---|
net.sourceforge.jnlp.security |
package generally about showing various security prompts
|
net.sourceforge.jnlp.tools |
Modifier and Type | Method | Description |
---|---|---|
boolean |
JNLPAppVerifier.hasCompletelySignedApp(CertInformation info,
int sumOfSignableEntries) |
Find out if the CertPath with the given info has fully signed the app.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
AppVerifier.hasAlreadyTrustedPublisher(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
java.util.Map<java.lang.String,java.lang.Integer> signedJars) |
Checks if the app has already found trust in its publisher(s).
|
boolean |
JNLPAppVerifier.hasAlreadyTrustedPublisher(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
java.util.Map<java.lang.String,java.lang.Integer> signedJars) |
|
boolean |
PluginAppVerifier.hasAlreadyTrustedPublisher(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
java.util.Map<java.lang.String,java.lang.Integer> signedJars) |
|
boolean |
AppVerifier.hasRootInCacerts(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
java.util.Map<java.lang.String,java.lang.Integer> signedJars) |
Checks if the app has signer(s) whose certs along their chains are in CA certs.
|
boolean |
JNLPAppVerifier.hasRootInCacerts(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
java.util.Map<java.lang.String,java.lang.Integer> signedJars) |
|
boolean |
PluginAppVerifier.hasRootInCacerts(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
java.util.Map<java.lang.String,java.lang.Integer> signedJars) |
|
boolean |
AppVerifier.isFullySigned(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
java.util.Map<java.lang.String,java.lang.Integer> signedJars) |
Checks if the app's jars are covered by the provided certificates, enough
to consider the app fully signed.
|
boolean |
JNLPAppVerifier.isFullySigned(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
java.util.Map<java.lang.String,java.lang.Integer> signedJars) |
|
boolean |
PluginAppVerifier.isFullySigned(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
java.util.Map<java.lang.String,java.lang.Integer> signedJars) |
Modifier and Type | Method | Description |
---|---|---|
CertInformation |
JarCertVerifier.getCertInformation(java.security.cert.CertPath cPath) |
Find the information the specified cert path has with respect to this application.
|