Class XAdESRevocationRefExtractionUtils
java.lang.Object
eu.europa.esig.dss.xades.validation.XAdESRevocationRefExtractionUtils
Utils for a XAdES revocation refs extraction
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-