API Documentation

InfoCard/Xml/SecurityTokenReference.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: SecurityTokenReference.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_InfoCard_Xml_SecurityTokenReference

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_SecurityTokenReference

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
Constants
ENCODING_BASE64BIN
Methods
getInstance
_getKeyIdentifier
getKeyThumbprintType
getKeyThumbprintEncodingType
getKeyReference

Description

Represents a SecurityTokenReference XML block

Constants

ENCODING_BASE64BIN

 ENCODING_BASE64BIN = 'http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary'

Base64 Binary Encoding URI

Details

value
http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary

Methods

_getKeyIdentifier

_getKeyIdentifier( ) : Zend_InfoCard_Xml_Element

Return the Key Identifier XML Object

Details
visibility
protected
final
false
static
false
throws

getInstance

getInstance( string $xmlData ) : Zend_InfoCard_Xml_SecurityTokenReference

Return an instance of the object based on the input XML

Arguments
$xmlData
string
The SecurityTokenReference XML Block
Details
visibility
public
final
false
static
true
throws

getKeyReference

getKeyReference( bool $decode = true ) : string

Get the key reference data used to identify the public key

Arguments
$decode
bool
if true, will return a decoded version of the key
Output
string
the key reference thumbprint, either in binary or encoded form
Details
visibility
public
final
false
static
false
throws

getKeyThumbprintEncodingType

getKeyThumbprintEncodingType( ) : string

Return the thumbprint encoding type used as a URI

Output
string
the URI of the thumbprint encoding used
Details
visibility
public
final
false
static
false
throws

getKeyThumbprintType

getKeyThumbprintType( ) : string

Return the Key URI identifying the thumbprint type used

Output
string
The thumbprint type URI
Details
visibility
public
final
false
static
false
throws
Documentation was generated by DocBlox.