Bug 62452 - Extract configuration while verifying XML signatures
Summary: Extract configuration while verifying XML signatures
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: OPC (show other bugs)
Version: 4.0.x-dev
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-13 20:00 UTC by Andreas Beeker
Modified: 2018-06-13 20:21 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Beeker 2018-06-13 20:00:23 UTC
This patch allows to extract certain signature properties after the XML signature has been verified. The configuration is stored back in the SignatureConfig object if the UpdateConfigOnValidate option is activated.

This allows easier validation and extraction of those properties for users.
Comment 1 Andreas Beeker 2018-06-13 20:21:59 UTC
Applied via r1833477