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 TypeMethodDescriptionbooleanJNLPAppVerifier.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 TypeMethodDescriptionbooleanAppVerifier.hasAlreadyTrustedPublisher(Map<CertPath, CertInformation> certs, Map<String, Integer> signedJars) Checks if the app has already found trust in its publisher(s).booleanJNLPAppVerifier.hasAlreadyTrustedPublisher(Map<CertPath, CertInformation> certs, Map<String, Integer> signedJars) booleanPluginAppVerifier.hasAlreadyTrustedPublisher(Map<CertPath, CertInformation> certs, Map<String, Integer> signedJars) booleanAppVerifier.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.booleanJNLPAppVerifier.hasRootInCacerts(Map<CertPath, CertInformation> certs, Map<String, Integer> signedJars) booleanPluginAppVerifier.hasRootInCacerts(Map<CertPath, CertInformation> certs, Map<String, Integer> signedJars) booleanAppVerifier.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.booleanJNLPAppVerifier.isFullySigned(Map<CertPath, CertInformation> certs, Map<String, Integer> signedJars) booleanPluginAppVerifier.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.