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<CertVerificationStatus> |
verificationStatuses()
Returns the result of the certificate verification performed by the default SSL
certificate verifier.
|
default Host host()
default Certificate certificate()
default java.util.List<Certificate> intermediateCertificates()
default java.util.List<CertVerificationStatus> verificationStatuses()