|
IcedTea-Web NetX |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CertInformation | |
---|---|
net.sourceforge.jnlp.security | |
net.sourceforge.jnlp.tools |
Uses of CertInformation in net.sourceforge.jnlp.security |
---|
Methods in net.sourceforge.jnlp.security with parameters of type CertInformation | |
---|---|
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 | |
---|---|
boolean |
JNLPAppVerifier.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 |
PluginAppVerifier.hasAlreadyTrustedPublisher(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
java.util.Map<java.lang.String,java.lang.Integer> signedJars)
|
boolean |
JNLPAppVerifier.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 |
PluginAppVerifier.hasRootInCacerts(java.util.Map<java.security.cert.CertPath,CertInformation> certs,
java.util.Map<java.lang.String,java.lang.Integer> signedJars)
|
boolean |
JNLPAppVerifier.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. |
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 | |
---|---|
CertInformation |
JarCertVerifier.getCertInformation(java.security.cert.CertPath cPath)
Find the information the specified cert path has with respect to this application. |
|
IcedTea-Web NetX |
|||||||||
PREV NEXT | FRAMES NO FRAMES |