PHP Class Attribute_Verifier

ファイルを表示 Open project: openid/php-openid

Public Methods

Method Description
load_trusted_root_cert ( string $cert ) This function loads the public key certificate that the relying party trusts.
verify ( $responseXmlString ) Verifies the certificate given the SAML document.

Method Details

load_trusted_root_cert() public method

This function loads the public key certificate that the relying party trusts.
public load_trusted_root_cert ( string $cert )
$cert string - Trusted public key certificate.

verify() public method

Verifies the certificate given the SAML document.
public verify ( $responseXmlString )