Class SignerCertificationPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.repository.PKCS12IdentityService.exceptions.CertificationPathException
br.ufsc.labsec.signature.repository.PKCS12IdentityService.exceptions.SignerCertificationPathException
- All Implemented Interfaces:
Serializable
public class SignerCertificationPathException extends CertificationPathException
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static String
PROBLEM_TO_OBTAIN_SIGNINGCERTIFICATE
static String
PROBLEM_TO_SELECT_SIGNING_CERTIFICATE_ON_CERTSTORE
static String
PROBLEM_WHEN_BUILDING_THE_CERTPATH
Fields inherited from class br.ufsc.labsec.signature.repository.PKCS12IdentityService.exceptions.CertificationPathException
NO_SUCH_ALGORITHM
Fields inherited from class br.ufsc.labsec.signature.exceptions.PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE
-
Constructor Summary
Constructors Constructor Description SignerCertificationPathException(String message)
SignerCertificationPathException(String message, int certificateIndex)
SignerCertificationPathException(String message, Throwable cause)
SignerCertificationPathException(Throwable cause)
-
Method Summary
Modifier and Type Method Description int
getCertificateIndex()
Methods inherited from class br.ufsc.labsec.signature.exceptions.PbadException
isCritical, setCritical
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
PROBLEM_TO_SELECT_SIGNING_CERTIFICATE_ON_CERTSTORE
- See Also:
- Constant Field Values
-
PROBLEM_TO_OBTAIN_SIGNINGCERTIFICATE
- See Also:
- Constant Field Values
-
PROBLEM_WHEN_BUILDING_THE_CERTPATH
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SignerCertificationPathException
-
SignerCertificationPathException
-
SignerCertificationPathException
-
SignerCertificationPathException
-
-
Method Details
-
getCertificateIndex
public int getCertificateIndex()
-