Class PAdESProfileParameters

java.lang.Object
eu.europa.esig.dss.ProfileParameters
eu.europa.esig.dss.pades.PAdESProfileParameters
All Implemented Interfaces:
Serializable

public class PAdESProfileParameters extends ProfileParameters
This class is used to accelerate signature creation process for PAdES. The cache is set within PAdESService.getDataToSign(...) method and used in PAdESService.signDocument(...) method.
See Also:
  • Constructor Details

    • PAdESProfileParameters

      public PAdESProfileParameters()
      Default constructor
  • Method Details