Uses of Class
net.sourceforge.jnlp.tools.CertInformation
-
Packages that use CertInformation Package Description net.sourceforge.jnlp.security package generally about showing various security promptsnet.sourceforge.jnlp.tools -
-
Uses of CertInformation in net.sourceforge.jnlp.security
Methods in net.sourceforge.jnlp.security with parameters of type CertInformation Modifier and Type Method Description booleanJNLPAppVerifier. 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 CertInformation Modifier and Type Method Description booleanAppVerifier. 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).booleanJNLPAppVerifier. hasAlreadyTrustedPublisher(java.util.Map<java.security.cert.CertPath,CertInformation> certs, java.util.Map<java.lang.String,java.lang.Integer> signedJars)booleanPluginAppVerifier. hasAlreadyTrustedPublisher(java.util.Map<java.security.cert.CertPath,CertInformation> certs, java.util.Map<java.lang.String,java.lang.Integer> signedJars)booleanAppVerifier. 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.booleanJNLPAppVerifier. hasRootInCacerts(java.util.Map<java.security.cert.CertPath,CertInformation> certs, java.util.Map<java.lang.String,java.lang.Integer> signedJars)booleanPluginAppVerifier. hasRootInCacerts(java.util.Map<java.security.cert.CertPath,CertInformation> certs, java.util.Map<java.lang.String,java.lang.Integer> signedJars)booleanAppVerifier. 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.booleanJNLPAppVerifier. isFullySigned(java.util.Map<java.security.cert.CertPath,CertInformation> certs, java.util.Map<java.lang.String,java.lang.Integer> signedJars)booleanPluginAppVerifier. isFullySigned(java.util.Map<java.security.cert.CertPath,CertInformation> certs, java.util.Map<java.lang.String,java.lang.Integer> signedJars) -
Uses of CertInformation in net.sourceforge.jnlp.tools
Methods in net.sourceforge.jnlp.tools that return CertInformation Modifier and Type Method Description CertInformationJarCertVerifier. getCertInformation(java.security.cert.CertPath cPath)Find the information the specified cert path has with respect to this application.
-