Uses of Interface
net.sourceforge.jnlp.security.AppVerifier
-
Packages that use AppVerifier Package Description net.sourceforge.jnlp.security package generally about showing various security promptsnet.sourceforge.jnlp.tools -
-
Uses of AppVerifier in net.sourceforge.jnlp.security
Classes in net.sourceforge.jnlp.security that implement AppVerifier Modifier and Type Class Description class
JNLPAppVerifier
class
PluginAppVerifier
-
Uses of AppVerifier in net.sourceforge.jnlp.tools
Methods in net.sourceforge.jnlp.tools with parameters of type AppVerifier Modifier and Type Method Description static boolean
JarCertVerifier. isJarSigned(JARDesc jar, AppVerifier verifier, ResourceTracker tracker)
Constructors in net.sourceforge.jnlp.tools with parameters of type AppVerifier Constructor Description JarCertVerifier(AppVerifier verifier)
Create a new jar certificate verifier utility that uses the provided verifier for its strategy pattern.
-