|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jnlp.security.HttpsCertVerifier
public class HttpsCertVerifier
Constructor Summary | |
---|---|
HttpsCertVerifier(java.security.cert.X509Certificate[] chain,
java.lang.String authType,
boolean isTrusted,
boolean hostMatched,
java.lang.String hostName)
|
Method Summary | |
---|---|
boolean |
getAlreadyTrustPublisher()
Return if the publisher is already trusted |
java.security.cert.CertPath |
getCertPath(java.security.cert.CertPath certPath)
Return a valid certificate path to this certificate being verified |
java.util.List<java.lang.String> |
getDetails(java.security.cert.CertPath certPath)
Get the details regarding issue with this certificate |
java.security.cert.Certificate |
getPublisher(java.security.cert.CertPath certPath)
Returns the application's publisher's certificate. |
java.security.cert.Certificate |
getRoot(java.security.cert.CertPath certPath)
Returns the application's root's certificate. |
boolean |
getRootInCacerts()
Return if the root is in CA certs |
boolean |
hasSigningIssues(java.security.cert.CertPath certPath)
Return if there are signing issues with the certificate being verified |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpsCertVerifier(java.security.cert.X509Certificate[] chain, java.lang.String authType, boolean isTrusted, boolean hostMatched, java.lang.String hostName)
Method Detail |
---|
public boolean getAlreadyTrustPublisher()
CertVerifier
getAlreadyTrustPublisher
in interface CertVerifier
public java.security.cert.CertPath getCertPath(java.security.cert.CertPath certPath)
CertVerifier
getCertPath
in interface CertVerifier
public java.util.List<java.lang.String> getDetails(java.security.cert.CertPath certPath)
CertVerifier
getDetails
in interface CertVerifier
public java.security.cert.Certificate getPublisher(java.security.cert.CertPath certPath)
CertVerifier
getPublisher
in interface CertVerifier
public java.security.cert.Certificate getRoot(java.security.cert.CertPath certPath)
CertVerifier
getRoot
in interface CertVerifier
public boolean getRootInCacerts()
CertVerifier
getRootInCacerts
in interface CertVerifier
public boolean hasSigningIssues(java.security.cert.CertPath certPath)
CertVerifier
hasSigningIssues
in interface CertVerifier
|
IcedTea-Web NetX |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |