Class JAdESCertificateRefExtractionUtils
java.lang.Object
eu.europa.esig.dss.jades.validation.JAdESCertificateRefExtractionUtils
Contains utils for a certificate reference extraction
-
Method Summary
Modifier and TypeMethodDescriptionstatic CertificateRefcreateCertificateRef(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:
CertificateRefof the value has been parsed successfully, FALSE otherwise
-