Class JAdESCertificateRefExtractionUtils
java.lang.Object
eu.europa.esig.dss.jades.validation.JAdESCertificateRefExtractionUtils
public final class JAdESCertificateRefExtractionUtils extends Object
Contains utils for a certificate reference extraction
-
Method Summary
Modifier and Type Method Description static 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
-