| 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 | Method and Description | 
|---|---|
| boolean | JNLPAppVerifier. hasCompletelySignedApp(CertInformation info,
                      int sumOfSignableEntries)Find out if the CertPath with the given info has fully signed the app. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | JNLPAppVerifier. hasAlreadyTrustedPublisher(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
                          java.util.Map<java.lang.String,java.lang.Integer> signedJars) | 
| boolean | PluginAppVerifier. hasAlreadyTrustedPublisher(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
                          java.util.Map<java.lang.String,java.lang.Integer> signedJars) | 
| boolean | AppVerifier. hasAlreadyTrustedPublisher(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
                          java.util.Map<java.lang.String,java.lang.Integer> signedJars)Checks if the app has already found trust in its publisher(s). | 
| boolean | JNLPAppVerifier. hasRootInCacerts(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
                java.util.Map<java.lang.String,java.lang.Integer> signedJars) | 
| boolean | PluginAppVerifier. hasRootInCacerts(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
                java.util.Map<java.lang.String,java.lang.Integer> signedJars) | 
| boolean | AppVerifier. hasRootInCacerts(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
                java.util.Map<java.lang.String,java.lang.Integer> signedJars)Checks if the app has signer(s) whose certs along their chains are in CA certs. | 
| boolean | JNLPAppVerifier. isFullySigned(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
             java.util.Map<java.lang.String,java.lang.Integer> signedJars) | 
| boolean | PluginAppVerifier. isFullySigned(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
             java.util.Map<java.lang.String,java.lang.Integer> signedJars) | 
| boolean | AppVerifier. isFullySigned(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
             java.util.Map<java.lang.String,java.lang.Integer> signedJars)Checks if the app's jars are covered by the provided certificates, enough
 to consider the app fully signed. | 
| Modifier and Type | Method and Description | 
|---|---|
| CertInformation | JarCertVerifier. getCertInformation(java.security.cert.CertPath cPath)Find the information the specified cert path has with respect to this application. |