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 CRLRef
createCRLRef(XAdESPaths xadesPaths, Element crlRefElement)
Extracts aCRLRef
from acrlRefElement
static OCSPRef
createOCSPRef(XAdESPaths xadesPaths, Element ocspRefElement)
Extracts aOCSPRef
from aocspRefElement
-
Method Details
-
createOCSPRef
Extracts aOCSPRef
from aocspRefElement
- Parameters:
xadesPaths
-XAdESPaths
ocspRefElement
-Element
ocspRef element- Returns:
OCSPRef
-
createCRLRef
Extracts aCRLRef
from acrlRefElement
- Parameters:
xadesPaths
-XAdESPaths
crlRefElement
-Element
crlRef element- Returns:
OCSPRef
-