Class XAdESCertificateRefExtractionUtils

java.lang.Object
eu.europa.esig.dss.xades.validation.XAdESCertificateRefExtractionUtils

public final class XAdESCertificateRefExtractionUtils extends Object
Utils for a XAdES CertificateRef extraction
  • Method Details

    • createCertificateRefFromV1

      public static eu.europa.esig.dss.spi.x509.CertificateRef createCertificateRefFromV1(Element certRefElement, eu.europa.esig.xades.definition.XAdESPath xadesPaths)
      Extracts a CertificateRef from a V1 certRefElement
      Parameters:
      certRefElement - Element V1 certRef element
      xadesPaths - XAdESPath
      Returns:
      CertificateRef
    • createCertificateRefFromV2

      public static eu.europa.esig.dss.spi.x509.CertificateRef createCertificateRefFromV2(Element certRefElement, eu.europa.esig.xades.definition.XAdESPath xadesPaths)
      Extracts a CertificateRef from a V2 certRefElement
      Parameters:
      certRefElement - Element V2 certRef element
      xadesPaths - XAdESPath
      Returns:
      CertificateRef