public __construct ( string $public_key_certificate, string $private_key, string $notBefore, string $notOnOrAfter, string $rsadsa, string $acsURI, string $assertionTemplate ) |
$public_key_certificate |
string |
- The public key certificate
of the signer. |
$private_key |
string |
- The private key of the signer. |
$notBefore |
string |
- Certificate validity time |
$notOnOrAfter |
string |
- Certificate validity time |
$rsadsa |
string |
- Choice of the algorithm (RSA/DSA) |
$acsURI |
string |
- URI of the signer. |
$assertionTemplate |
string |
- SAML template used for assertion |