Package | Description |
---|---|
net.sourceforge.jnlp.security |
{@code
ITW-thread(s) | dialogs-thread X
| X
presteps in SecurtyDialogs | X
# eg handle trustall/none | X
# eg handle or remeber itself | X
actions | X
| | X
prepare message | X
# set JNLPfile | X
# set type of dialog | X
see | X
# extrass
|
net.sourceforge.jnlp.tools |
Modifier and Type | Class and Description |
---|---|
class |
HttpsCertVerifier |
Modifier and Type | Method and Description |
---|---|
CertVerifier |
SecurityDialog.getCertVerifier() |
Modifier and Type | Method and Description |
---|---|
static void |
SecurityDialog.showCertInfoDialog(CertVerifier certVerifier,
SecurityDialog parent)
Displays CertPath information in a readable table format.
|
static SecurityDialogs.AppletAction |
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 signing
|
static net.sourceforge.jnlp.security.dialogs.apptrustwarningpanel.AppTrustWarningPanel.AppSigningWarningAction |
SecurityDialogs.showPartiallySignedWarningDialog(JNLPFile file,
CertVerifier certVerifier,
JNLPClassLoader.SecurityDelegate securityDelegate)
Shows a warning dialog for when an applet or application is partially signed.
|
Modifier and Type | Class and Description |
---|---|
class |
JarCertVerifier
The jar certificate verifier utility.
|