HttpsCertVerifier
, JarCertVerifier
public interface CertVerifier
Modifier and Type | Method | Description |
---|---|---|
boolean |
getAlreadyTrustPublisher() |
|
java.security.cert.CertPath |
getCertPath(java.security.cert.CertPath certPath) |
|
java.util.List<java.lang.String> |
getDetails(java.security.cert.CertPath certPath) |
|
java.security.cert.Certificate |
getPublisher(java.security.cert.CertPath certPath) |
|
java.security.cert.Certificate |
getRoot(java.security.cert.CertPath certPath) |
|
boolean |
getRootInCacerts() |
|
boolean |
hasSigningIssues(java.security.cert.CertPath certPath) |
boolean getAlreadyTrustPublisher()
boolean getRootInCacerts()
boolean hasSigningIssues(java.security.cert.CertPath certPath)
certPath
- to be validatedjava.util.List<java.lang.String> getDetails(java.security.cert.CertPath certPath)
certPath
- certificatejava.security.cert.CertPath getCertPath(java.security.cert.CertPath certPath)
certPath
- to be readjava.security.cert.Certificate getPublisher(java.security.cert.CertPath certPath)
certPath
- to be read for publisherjava.security.cert.Certificate getRoot(java.security.cert.CertPath certPath)
certPath
- certificate