Package | Description |
---|---|
net.sourceforge.jnlp.security |
package generally about showing various security prompts
|
net.sourceforge.jnlp.tools |
Modifier and Type | Class and Description |
---|---|
class |
HttpsCertVerifier |
Modifier and Type | Field and Description |
---|---|
CertVerifier |
SecurityDialogMessage.certVerifier |
Modifier and Type | Method and Description |
---|---|
CertVerifier |
SecurityDialog.getCertVerifier() |
Modifier and Type | Method and 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 signing
|
static 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.
|
Modifier and Type | Class and Description |
---|---|
class |
JarCertVerifier
The jar certificate verifier utility.
|