public interface

ValidationDataProvider

xades4j.providers.ValidationDataProvider
Known Indirect Subclasses

Class Overview

Provides the validation data that should be used to validate a signing certificate. This is used for producing XAdES-C signatures.

Summary

Public Methods
abstract ValidationData getValidationData(List<X509Certificate> certChainFragment)
Gets the validation data that should be used to validate a certificate.

Public Methods

public abstract ValidationData getValidationData (List<X509Certificate> certChainFragment)

Gets the validation data that should be used to validate a certificate.

Parameters
certChainFragment the certificate that should be validated and possibly other certificates that are known to belong to the certification path
Returns
  • the validation data
Throws
ValidationDataException if the validation data cannot be obtained