Class JAdESRevocationRefExtractionUtils

java.lang.Object
eu.europa.esig.dss.jades.validation.JAdESRevocationRefExtractionUtils

public final class JAdESRevocationRefExtractionUtils
extends Object
Contains utils to extract revocation references
  • Method Details

    • createOCSPRef

      public static OCSPRef createOCSPRef​(Map<?,​?> ocpRef)
      Extract an OCSPRef from 'ocpsRefs' header
      Parameters:
      ocpRef - map representing the value of 'ocpsRefs' header
      Returns:
      OCSPRef
    • createCRLRef

      public static CRLRef createCRLRef​(Map<?,​?> crlRefMap)
      Extract an CRLRef from 'crlRefs' header
      Parameters:
      crlRefMap - map representing the value of 'crlRefs' header
      Returns:
      CRLRef