Uses of Interface
net.sourceforge.jnlp.security.AppVerifier
Packages that use AppVerifier
Package
Description
package generally about showing various security prompts
-
Uses of AppVerifier in net.sourceforge.jnlp.security
Classes in net.sourceforge.jnlp.security that implement AppVerifier -
Uses of AppVerifier in net.sourceforge.jnlp.tools
Methods in net.sourceforge.jnlp.tools with parameters of type AppVerifierModifier and TypeMethodDescriptionstatic boolean
JarCertVerifier.isJarSigned
(JARDesc jar, AppVerifier verifier, ResourceTracker tracker) Constructors in net.sourceforge.jnlp.tools with parameters of type AppVerifierModifierConstructorDescriptionJarCertVerifier
(AppVerifier verifier) Create a new jar certificate verifier utility that uses the provided verifier for its strategy pattern.