@@ -21,6 +21,6 @@ |
||
| 21 | 21 | PEMCertificatesMock::getPublicKey(PEMCertificatesMock::PUBLIC_KEY) |
| 22 | 22 | ); |
| 23 | 23 | $attribute = new Attribute('urn:encrypted:attribute', null, null, [new AttributeValue('very secret data')]); |
| 24 | -$encAttribute= new EncryptedAttribute($attribute->encrypt($encryptor)); |
|
| 24 | +$encAttribute = new EncryptedAttribute($attribute->encrypt($encryptor)); |
|
| 25 | 25 | |
| 26 | 26 | echo $encAttribute->toXML()->ownerDocument->saveXML(); |
@@ -25,9 +25,9 @@ |
||
| 25 | 25 | * @package simplesamlphp/saml2 |
| 26 | 26 | */ |
| 27 | 27 | class BaseID extends AbstractSamlElement implements |
| 28 | - BaseIdentifierInterface, |
|
| 29 | - EncryptableElementInterface, |
|
| 30 | - ExtensionPointInterface |
|
| 28 | + BaseIdentifierInterface, |
|
| 29 | + EncryptableElementInterface, |
|
| 30 | + ExtensionPointInterface |
|
| 31 | 31 | { |
| 32 | 32 | use EncryptableElementTrait; |
| 33 | 33 | use ExtensionPointTrait; |