Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
3.0.1
-
None
-
None
Description
Hi Colm,
We stumbled upon another small inconsistency between `WSSecSignature` and `WSSecEncryptedKey`.
Via `WSSecSignature.setUseSingleCertificate(boolean)` it is possible to switch between the Binary Security Token types `#X509v3` and `#X509PKIPathv1`.
In `WSSecEncryptedKey` the BST is always using the `#X509v3` type.
Please add the respective switch between the 2 types also for `WSSecEncryptedKey`.
Thanks, Philip