Class SigningCertificateIssuerSerialMismatchException

All Implemented Interfaces:
Serializable

public class SigningCertificateIssuerSerialMismatchException extends SigningCertificateVerificationException
Thrown during verification of the SigningCertificate property if the issuer/serial on KeyInfo is different from the one in the signing certificate reference.
Author:
Luís
See Also:
  • Constructor Details

    • SigningCertificateIssuerSerialMismatchException

      public SigningCertificateIssuerSerialMismatchException(String signingCertIssuerName, BigInteger signingCertSerialNumber, String keyInfoIssuerName, BigInteger keyInfoSerialNumber)
  • Method Details