java.lang.Object
eu.europa.esig.dss.jades.validation.JAdESRevocationRefExtractionUtils
public final class JAdESRevocationRefExtractionUtils
extends Object
Contains utils to extract revocation references
-
Method Summary
Extract an CRLRef
from 'crlRefs' header
Extract an OCSPRef
from 'ocpsRefs' header
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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