Interface VerifyCertificateCallback.Params

Enclosing interface:
VerifyCertificateCallback

public static interface VerifyCertificateCallback.Params
The parameters of the VerifyCertificateCallback.
  • Method Details

    • host

      default Host host()
      Returns the host name of the SSL server that requests the certificate verification.
    • certificate

      default Certificate certificate()
      Returns the certificate that is requested to be verified.
    • intermediateCertificates

      default List<Certificate> intermediateCertificates()
      Returns the list of intermediate certificates in the chain of the validated certificate.
    • verificationErrors

      default List<CertVerificationError> verificationErrors()
      Returns the list of errors found by the default SSL certificate verifier.
      Since:
      7.26
    • verificationStatuses

      @Deprecated(since="7.26", forRemoval=true) default List<CertVerificationStatus> verificationStatuses()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the list of error codes found by the default SSL certificate verifier.