public static interface VerifyCertificateCallback.Params
VerifyCertificateCallback
.Modifier and Type | Method and Description |
---|---|
default Certificate |
certificate()
Returns the certificate that is requested to be verified.
|
default Host |
host()
Returns the host name of the SSL server that requests the certificate verification.
|
default java.util.List<Certificate> |
intermediateCertificates()
Returns the list of intermediate certificates in the chain of the validated certificate.
|
default java.util.List<CertVerificationError> |
verificationErrors()
Returns the list of errors found by the default SSL certificate verifier.
|
default java.util.List<CertVerificationStatus> |
verificationStatuses()
Deprecated.
in favor of
verificationErrors() |
default Host host()
default Certificate certificate()
default java.util.List<Certificate> intermediateCertificates()
default java.util.List<CertVerificationError> verificationErrors()
default java.util.List<CertVerificationStatus> verificationStatuses()
verificationErrors()