Class XAdESRevocationRefExtractionUtils

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

public final class XAdESRevocationRefExtractionUtils extends Object
Utils for a XAdES revocation refs extraction
  • Method Summary

    Modifier and Type
    Method
    Description
    static eu.europa.esig.dss.spi.x509.revocation.crl.CRLRef
    createCRLRef(eu.europa.esig.xades.definition.XAdESPath xadesPaths, Element crlRefElement)
    Extracts a CRLRef from a crlRefElement
    static eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPRef
    createOCSPRef(eu.europa.esig.xades.definition.XAdESPath xadesPaths, Element ocspRefElement)
    Extracts a OCSPRef from a ocspRefElement

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • createOCSPRef

      public static eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPRef createOCSPRef(eu.europa.esig.xades.definition.XAdESPath xadesPaths, Element ocspRefElement)
      Extracts a OCSPRef from a ocspRefElement
      Parameters:
      xadesPaths - XAdESPath
      ocspRefElement - Element ocspRef element
      Returns:
      OCSPRef
    • createCRLRef

      public static eu.europa.esig.dss.spi.x509.revocation.crl.CRLRef createCRLRef(eu.europa.esig.xades.definition.XAdESPath xadesPaths, Element crlRefElement)
      Extracts a CRLRef from a crlRefElement
      Parameters:
      xadesPaths - XAdESPath
      crlRefElement - Element crlRef element
      Returns:
      OCSPRef