Module jpms_dss_xades
Class XAdESCertificateRefExtractionUtils
java.lang.Object
eu.europa.esig.dss.xades.validation.XAdESCertificateRefExtractionUtils
Utils for a XAdES CertificateRef extraction
-
Method Summary
Modifier and TypeMethodDescriptionstatic eu.europa.esig.dss.spi.x509.CertificateRefcreateCertificateRefFromV1(Element certRefElement, eu.europa.esig.xades.definition.XAdESPath xadesPaths) Extracts aCertificateReffrom a V1certRefElementstatic eu.europa.esig.dss.spi.x509.CertificateRefcreateCertificateRefFromV2(Element certRefElement, eu.europa.esig.xades.definition.XAdESPath xadesPaths) Extracts aCertificateReffrom a V2certRefElement
-
Method Details
-
createCertificateRefFromV1
public static eu.europa.esig.dss.spi.x509.CertificateRef createCertificateRefFromV1(Element certRefElement, eu.europa.esig.xades.definition.XAdESPath xadesPaths) Extracts aCertificateReffrom a V1certRefElement- Parameters:
certRefElement-ElementV1 certRef elementxadesPaths-XAdESPath- Returns:
CertificateRef
-
createCertificateRefFromV2
public static eu.europa.esig.dss.spi.x509.CertificateRef createCertificateRefFromV2(Element certRefElement, eu.europa.esig.xades.definition.XAdESPath xadesPaths) Extracts aCertificateReffrom a V2certRefElement- Parameters:
certRefElement-ElementV2 certRef elementxadesPaths-XAdESPath- Returns:
CertificateRef
-