PHP Class SAML2\Certificate\KeyLoaderTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: simplesamlphp/saml2

Public Methods

Method Description
certificate_data_is_loaded_as_key ( )
certificate_data_with_invalid_format_throws_an_exception ( )
load_keys_checks_for_usage_of_key ( )
load_keys_constructs_x509_certificate ( )
loading_a_certificate_file_from_configuration_creates_key ( )
loading_a_certificate_from_file_creates_a_key ( )
loading_a_file_with_the_wrong_format_throws_an_exception ( )
loading_a_required_certificate_from_an_empty_configuration_throws_an_exception ( )
loading_an_invalid_certificate_file_from_configuration_throws_exception ( )
setUp ( )

Method Details

certificate_data_is_loaded_as_key() public method

certificate_data_with_invalid_format_throws_an_exception() public method

load_keys_checks_for_usage_of_key() public method

load_keys_constructs_x509_certificate() public method

loading_a_certificate_file_from_configuration_creates_key() public method

loading_a_certificate_from_file_creates_a_key() public method

loading_a_file_with_the_wrong_format_throws_an_exception() public method

loading_a_required_certificate_from_an_empty_configuration_throws_an_exception() public method

loading_an_invalid_certificate_file_from_configuration_throws_exception() public method

setUp() public method

public setUp ( )