Closed tvdijen closed 2 years ago
This PR brings back the AbstractBaseIDType that is a mutual ancestor between BaseID and NameIDType. It also fixes the fact that we could encrypt Issuer, because encryption was implemented on the NameIDType rather than on the NameID.
Can't seem to figure out why the order of the BaseID-attributes is unstable, causing four of the PHPunit failures..
This PR brings back the AbstractBaseIDType that is a mutual ancestor between BaseID and NameIDType. It also fixes the fact that we could encrypt Issuer, because encryption was implemented on the NameIDType rather than on the NameID.