Uses of Class
net.sourceforge.jnlp.tools.JarCertVerifier
-
Packages that use JarCertVerifier Package Description net.sourceforge.jnlp.security package generally about showing various security prompts -
-
Uses of JarCertVerifier in net.sourceforge.jnlp.security
Methods in net.sourceforge.jnlp.security with parameters of type JarCertVerifier Modifier and Type Method Description java.util.List<java.security.cert.CertPath>PluginAppVerifier. buildCertPathsList(JarCertVerifier jcv)Build a list of all the CertPaths that were detected in the provided JCV, placing them in the most trusted possible order.voidAppVerifier. checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate, JarCertVerifier jcv, JNLPFile file)Prompt the user with requests for trusting the certificates used by this appvoidJNLPAppVerifier. checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate, JarCertVerifier jcv, JNLPFile file)voidPluginAppVerifier. checkTrustWithUser(JNLPClassLoader.SecurityDelegate securityDelegate, JarCertVerifier jcv, JNLPFile file)
-