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 boolean
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 CertInformation Modifier and Type Method Description 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. 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. 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. 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. 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.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)
-
Uses of CertInformation in net.sourceforge.jnlp.tools
Methods in net.sourceforge.jnlp.tools that return CertInformation Modifier and Type Method Description CertInformation
JarCertVerifier. getCertInformation(java.security.cert.CertPath cPath)
Find the information the specified cert path has with respect to this application.
-