equal
deleted
inserted
replaced
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_InfoCard |
16 * @package Zend_InfoCard |
17 * @subpackage Zend_InfoCard_Xml |
17 * @subpackage Zend_InfoCard_Xml |
18 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 * @version $Id: EncryptedKey.php 20096 2010-01-06 02:05:09Z bkarwin $ |
20 * @version $Id: EncryptedKey.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
22 |
23 /** |
23 /** |
24 * Zend_InfoCard_Xml_Element |
24 * Zend_InfoCard_Xml_Element |
25 */ |
25 */ |
39 * An object representing an Xml EncryptedKEy block |
39 * An object representing an Xml EncryptedKEy block |
40 * |
40 * |
41 * @category Zend |
41 * @category Zend |
42 * @package Zend_InfoCard |
42 * @package Zend_InfoCard |
43 * @subpackage Zend_InfoCard_Xml |
43 * @subpackage Zend_InfoCard_Xml |
44 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
44 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
45 * @license http://framework.zend.com/license/new-bsd New BSD License |
45 * @license http://framework.zend.com/license/new-bsd New BSD License |
46 */ |
46 */ |
47 class Zend_InfoCard_Xml_EncryptedKey |
47 class Zend_InfoCard_Xml_EncryptedKey |
48 extends Zend_InfoCard_Xml_Element |
48 extends Zend_InfoCard_Xml_Element |
49 implements Zend_InfoCard_Xml_KeyInfo_Interface |
49 implements Zend_InfoCard_Xml_KeyInfo_Interface |