Fixed
Details
Assignee
Ian YoungIan YoungReporter
Ian YoungIan YoungComponents
Fix versions
Affects versions
Details
Details
Assignee
Ian Young
Ian YoungReporter
Ian Young
Ian YoungComponents
Fix versions
Affects versions
Created September 27, 2019 at 1:40 PM
Updated May 16, 2024 at 12:37 PM
Resolved September 27, 2019 at 3:22 PM
If the
includeKeyValue
property is set (which it is not by default) thenXMLSignatureSigningStage
attempts to find a public key value to include in the signature.If the
pubKey
property is set, the public key will be taken from that. If not, the code attempts to extract the public key from the first provided certificate. If no certificates have been provided, this results in anIndexOutOfBoundsException
.It would be better to simply omit the key value in this case.