Метод |
Описание |
|
addX509KeyDescriptors ( string $metadata, string $cert, boolean $wantsEncrypted = true ) : string |
Adds the x509 descriptors (sign/encriptation) to the metadata
The same cert will be used for sign/encrypt |
|
builder ( array $sp, boolean | string $authnsign = false, boolean | string $wsign = false, DateTime | null $validUntil = null, integer | null $cacheDuration = null, array $contacts = [], array $organization = [], array $attributes = [] ) : string |
Generates the metadata of the SP based on the settings |
|
signMetadata ( string $metadata, string $key, string $cert, $signAlgorithm = XMLSecurityKey::RSA_SHA1 ) : string |
Signs the metadata with the key/cert provided |
|