public class

InvalidKeyInfoDataException

extends CertificateValidationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.providers.CertificateValidationException
           ↳ xades4j.verification.InvalidKeyInfoDataException

Class Overview

Thrown during the verification process if the KeyInfo element doesn't include the needed data to identify the signing certificate.

Summary

Public Constructors
InvalidKeyInfoDataException(String message, Throwable cause)
InvalidKeyInfoDataException(String message)
[Expand]
Inherited Methods
From class xades4j.providers.CertificateValidationException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidKeyInfoDataException (String message, Throwable cause)

public InvalidKeyInfoDataException (String message)