PHP Class Attribute_Verifier

Afficher le fichier Open project: openid/php-openid

Méthodes publiques

Méthode 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 méthode

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 méthode

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