|
@@ -21,6 +21,6 @@ |
|
|
block discarded – undo |
|
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(); |
Please login to merge, or discard this patch.