Class JAdESCertificateRefExtractionUtils
java.lang.Object
eu.europa.esig.dss.jades.validation.JAdESCertificateRefExtractionUtils
Contains utils for a certificate reference extraction
-
Method Summary
Modifier and TypeMethodDescriptionstatic CertificateRef
createCertificateRef
(Map<?, ?> certificateRefMap) Parses the xRefs component value and returnsCertificateRef
-
Method Details
-
createCertificateRef
Parses the xRefs component value and returnsCertificateRef
- Parameters:
certificateRefMap
- a map representing the xRefs component value- Returns:
CertificateRef
of the value has been parsed successfully, FALSE otherwise
-