Package | Description |
---|---|
net.sourceforge.jnlp.security |
Modifier and Type | Field and Description |
---|---|
protected SecurityDialog |
SecurityDialogPanel.parent |
Modifier and Type | Method and Description |
---|---|
protected java.awt.event.ActionListener |
SecurityDialogPanel.createSetValueListener(SecurityDialog dialog,
int buttonIndex)
Create an ActionListener suitable for use with buttons.
|
static void |
SecurityDialog.showCertInfoDialog(CertVerifier certVerifier,
SecurityDialog parent)
Displays CertPath information in a readable table format.
|
static void |
SecurityDialog.showMoreInfoDialog(CertVerifier certVerifier,
SecurityDialog parent)
Shows more information regarding jar code signing
|
Constructor and Description |
---|
AccessWarningPane(SecurityDialog x,
CertVerifier certVerifier) |
AccessWarningPane(SecurityDialog x,
java.lang.Object[] extras,
CertVerifier certVerifier) |
AppletWarningPane(SecurityDialog x,
CertVerifier certVerifier) |
CertsInfoPane(SecurityDialog x,
CertVerifier certVerifier) |
CertWarningPane(SecurityDialog x,
CertVerifier certVerifier) |
MoreInfoPane(SecurityDialog x,
CertVerifier certVerifier) |
NotAllSignedWarningPane(SecurityDialog x) |
PasswordAuthenticationPane(SecurityDialog parent,
java.lang.Object[] extras) |
SecurityDialogPanel(SecurityDialog dialog) |
SecurityDialogPanel(SecurityDialog dialog,
CertVerifier certVerifier) |
SingleCertInfoPane(SecurityDialog x,
CertVerifier certVerifier) |
UnsignedAppletTrustWarningDialog(SecurityDialog x,
PluginBridge file) |