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 classHttpsCertVerifierFields in net.sourceforge.jnlp.security declared as CertVerifier Modifier and Type Field Description CertVerifierSecurityDialogMessage. certVerifierMethods in net.sourceforge.jnlp.security that return CertVerifier Modifier and Type Method Description CertVerifierSecurityDialog. getCertVerifier()Methods in net.sourceforge.jnlp.security with parameters of type CertVerifier Modifier and Type Method Description static voidSecurityDialog. showCertInfoDialog(CertVerifier certVerifier, java.awt.Component parent)Displays CertPath information in a readable table format.static net.sourceforge.jnlp.security.dialogresults.YesNoSandboxSecurityDialogs. showCertWarningDialog(SecurityDialogs.AccessType accessType, JNLPFile file, CertVerifier certVerifier, JNLPClassLoader.SecurityDelegate securityDelegate)Shows a security warning dialog according to the specified type of access.static voidSecurityDialog. showMoreInfoDialog(CertVerifier certVerifier, SecurityDialog parent)Shows more information regarding jar code signingstatic net.sourceforge.jnlp.security.dialogresults.YesNoSandboxSecurityDialogs. 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 classJarCertVerifierThe jar certificate verifier utility.
-