Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
423c9d82
Commit
423c9d82
authored
2 years ago
by
Tim van Dijen
Browse files
Options
Downloads
Patches
Plain Diff
Fix long lines
parent
752f7d0d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/SimpleSAML/Configuration.php
+2
-2
2 additions, 2 deletions
src/SimpleSAML/Configuration.php
with
2 additions
and
2 deletions
src/SimpleSAML/Configuration.php
+
2
−
2
View file @
423c9d82
...
@@ -1356,8 +1356,8 @@ class Configuration implements Utils\ClearableState
...
@@ -1356,8 +1356,8 @@ class Configuration implements Utils\ClearableState
* @return array Public key data, or empty array if no public key or was found.
* @return array Public key data, or empty array if no public key or was found.
*
*
* @throws \Exception If the certificate or public key cannot be loaded from location.
* @throws \Exception If the certificate or public key cannot be loaded from location.
* @throws \SimpleSAML\Error\Exception If the location does not contain a valid PEM-encoded certificate, or there
is no
* @throws \SimpleSAML\Error\Exception If the location does not contain a valid PEM-encoded certificate, or there
* certificate in the metadata.
*
is no
certificate in the metadata.
*/
*/
public
function
getPublicKeys
(
?string
$use
=
null
,
bool
$required
=
false
,
string
$prefix
=
''
):
array
public
function
getPublicKeys
(
?string
$use
=
null
,
bool
$required
=
false
,
string
$prefix
=
''
):
array
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment