Uses of Interface
net.sourceforge.jnlp.security.CertVerifier
-
Packages that use CertVerifier Package Description net.sourceforge.jnlp.security package generally about showing various security promptsnet.sourceforge.jnlp.tools -
-
Uses of CertVerifier in net.sourceforge.jnlp.security
Classes in net.sourceforge.jnlp.security that implement CertVerifier Modifier and Type Class Description class
HttpsCertVerifier
Fields in net.sourceforge.jnlp.security declared as CertVerifier Modifier and Type Field Description CertVerifier
SecurityDialogMessage. certVerifier
Methods in net.sourceforge.jnlp.security that return CertVerifier Modifier and Type Method Description CertVerifier
SecurityDialog. getCertVerifier()
Methods in net.sourceforge.jnlp.security with parameters of type CertVerifier Modifier and Type Method Description static void
SecurityDialog. showCertInfoDialog(CertVerifier certVerifier, java.awt.Component parent)
Displays CertPath information in a readable table format.static net.sourceforge.jnlp.security.dialogresults.YesNoSandbox
SecurityDialogs. showCertWarningDialog(SecurityDialogs.AccessType accessType, JNLPFile file, CertVerifier certVerifier, JNLPClassLoader.SecurityDelegate securityDelegate)
Shows a security warning dialog according to the specified type of access.static void
SecurityDialog. showMoreInfoDialog(CertVerifier certVerifier, SecurityDialog parent)
Shows more information regarding jar code signingstatic net.sourceforge.jnlp.security.dialogresults.YesNoSandbox
SecurityDialogs. showPartiallySignedWarningDialog(JNLPFile file, CertVerifier certVerifier, JNLPClassLoader.SecurityDelegate securityDelegate)
Shows a warning dialog for when an applet or application is partially signed. -
Uses of CertVerifier in net.sourceforge.jnlp.tools
Classes in net.sourceforge.jnlp.tools that implement CertVerifier Modifier and Type Class Description class
JarCertVerifier
The jar certificate verifier utility.
-