Uses of Class
net.sourceforge.jnlp.tools.CertInformation
Packages that use CertInformation
Package
Description
package generally about showing various security prompts
-
Uses of CertInformation in net.sourceforge.jnlp.security
Methods in net.sourceforge.jnlp.security with parameters of type CertInformationModifier and TypeMethodDescriptionboolean
JNLPAppVerifier.hasCompletelySignedApp
(CertInformation info, int sumOfSignableEntries) Find out if the CertPath with the given info has fully signed the app.Method parameters in net.sourceforge.jnlp.security with type arguments of type CertInformationModifier and TypeMethodDescriptionboolean
AppVerifier.hasAlreadyTrustedPublisher
(Map<CertPath, CertInformation> certs, Map<String, Integer> signedJars) Checks if the app has already found trust in its publisher(s).boolean
JNLPAppVerifier.hasAlreadyTrustedPublisher
(Map<CertPath, CertInformation> certs, Map<String, Integer> signedJars) boolean
PluginAppVerifier.hasAlreadyTrustedPublisher
(Map<CertPath, CertInformation> certs, Map<String, Integer> signedJars) boolean
AppVerifier.hasRootInCacerts
(Map<CertPath, CertInformation> certs, Map<String, Integer> signedJars) Checks if the app has signer(s) whose certs along their chains are in CA certs.boolean
JNLPAppVerifier.hasRootInCacerts
(Map<CertPath, CertInformation> certs, Map<String, Integer> signedJars) boolean
PluginAppVerifier.hasRootInCacerts
(Map<CertPath, CertInformation> certs, Map<String, Integer> signedJars) boolean
AppVerifier.isFullySigned
(Map<CertPath, CertInformation> certs, Map<String, Integer> signedJars) Checks if the app's jars are covered by the provided certificates, enough to consider the app fully signed.boolean
JNLPAppVerifier.isFullySigned
(Map<CertPath, CertInformation> certs, Map<String, Integer> signedJars) boolean
PluginAppVerifier.isFullySigned
(Map<CertPath, CertInformation> certs, Map<String, Integer> signedJars) -
Uses of CertInformation in net.sourceforge.jnlp.tools
Methods in net.sourceforge.jnlp.tools that return CertInformationModifier and TypeMethodDescriptionJarCertVerifier.getCertInformation
(CertPath cPath) Find the information the specified cert path has with respect to this application.