Class EPPXMLSignatureSchemaCachingParser

All Implemented Interfaces:
EPPSchemaCacher

public class EPPXMLSignatureSchemaCachingParser extends EPPSchemaCachingParser
Extension of the EPPSchemaCachingParser that disables the NORMALIZE_DATA feature that causes an issue in validating XML signatures. The NORMALIZE_DATA will trim elements based the rules defined by the XML schema, which invalidates the XML signature.
  • Constructor Details

    • EPPXMLSignatureSchemaCachingParser

      public EPPXMLSignatureSchemaCachingParser()
      Default constructor.
    • EPPXMLSignatureSchemaCachingParser

      public EPPXMLSignatureSchemaCachingParser(int aSymbolTableSize)
      Constructor that takes the symbol table size.
      Parameters:
      aSymbolTableSize - Symbol table size to use with the parser
  • Method Details