Module jpms_dss_xades
Class XAdESRevocationRefExtractionUtils
java.lang.Object
eu.europa.esig.dss.xades.validation.XAdESRevocationRefExtractionUtils
Utils for a XAdES revocation refs extraction
-
Method Summary
Modifier and TypeMethodDescriptionstatic eu.europa.esig.dss.spi.x509.revocation.crl.CRLRefcreateCRLRef(eu.europa.esig.xades.definition.XAdESPath xadesPaths, Element crlRefElement) Extracts aCRLReffrom acrlRefElementstatic eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPRefcreateOCSPRef(eu.europa.esig.xades.definition.XAdESPath xadesPaths, Element ocspRefElement) Extracts aOCSPReffrom aocspRefElement
-
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 aOCSPReffrom aocspRefElement- Parameters:
xadesPaths-XAdESPathocspRefElement-ElementocspRef 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 aCRLReffrom acrlRefElement- Parameters:
xadesPaths-XAdESPathcrlRefElement-ElementcrlRef element- Returns:
OCSPRef
-