API Documentation

InfoCard/Xml/EncryptedData/Abstract.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_InfoCard
subpackage
Zend_InfoCard_Xml
version
$Id: Abstract.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_InfoCard_Xml_EncryptedData_Abstract

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_InfoCard_Xml_EncryptedData_Abstract

Extends from
Zend_InfoCard_Xml_Element
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_InfoCard
subpackage
Zend_InfoCard_Xml
Methods
getKeyInfo
getEncryptionMethod
getCipherValue

Description

An abstract class representing a generic EncryptedData XML block. This class is extended into a specific type of EncryptedData XML block (i.e. XmlEnc) as necessary

Methods

getCipherValue

getCipherValue( ) : string

Returns the value of the encrypted block

Output
string
the value of the encrypted CipherValue block
Details
visibility
public
final
false
static
false

getEncryptionMethod

getEncryptionMethod( ) : string

Return the Encryption method used to encrypt the assertion document (the symmetric cipher)

Output
string
The URI of the Symmetric Encryption Method used
Details
visibility
public
final
false
static
false
throws

getKeyInfo

getKeyInfo( ) : Zend_InfoCard_Xml_KeyInfo_Abstract

Returns the KeyInfo Block

Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.