Class SignerCertificationPathException

All Implemented Interfaces:
Serializable

public class SignerCertificationPathException
extends CertificationPathException
See Also:
Serialized Form
  • Field Details

    • PROBLEM_TO_SELECT_SIGNING_CERTIFICATE_ON_CERTSTORE

      public static final String PROBLEM_TO_SELECT_SIGNING_CERTIFICATE_ON_CERTSTORE
      See Also:
      Constant Field Values
    • PROBLEM_TO_OBTAIN_SIGNINGCERTIFICATE

      public static final String PROBLEM_TO_OBTAIN_SIGNINGCERTIFICATE
      See Also:
      Constant Field Values
    • PROBLEM_WHEN_BUILDING_THE_CERTPATH

      public static final String PROBLEM_WHEN_BUILDING_THE_CERTPATH
      See Also:
      Constant Field Values
  • Constructor Details

    • SignerCertificationPathException

      public SignerCertificationPathException​(Throwable cause)
    • SignerCertificationPathException

      public SignerCertificationPathException​(String message, int certificateIndex)
    • SignerCertificationPathException

      public SignerCertificationPathException​(String message, Throwable cause)
    • SignerCertificationPathException

      public SignerCertificationPathException​(String message)
  • Method Details

    • getCertificateIndex

      public int getCertificateIndex()