PHP 인터페이스 SAML2\Configuration\CertificateProvider

상속: extends SAML2\Configuration\Queryable
파일 보기 프로젝트 열기: simplesamlphp/saml2 0 사용 예제들

공개 메소드들

메소드 설명
getCertificateData ( ) : null | string Returns the contents of an X509 pem certificate, without the '-----BEGIN CERTIFICATE-----' and '-----END CERTIFICATE-----'.
getCertificateFile ( ) : null | string Returns the full path to the (local) file that contains the X509 pem certificate.
getCertificateFingerprints ( ) : null | array | Traversable Returns an array or \Traversable where each element represents a certificate fingerprint. A certificate fingerprint is a string containing the certificate fingerprint.
getKeys ( ) : null | array | Traversable Returns an array or \Traversable of keys, where each element represents a configured key.

메소드 상세

getCertificateData() 공개 메소드

Returns the contents of an X509 pem certificate, without the '-----BEGIN CERTIFICATE-----' and '-----END CERTIFICATE-----'.
public getCertificateData ( ) : null | string
리턴 null | string

getCertificateFile() 공개 메소드

Returns the full path to the (local) file that contains the X509 pem certificate.
public getCertificateFile ( ) : null | string
리턴 null | string

getCertificateFingerprints() 공개 메소드

Returns an array or \Traversable where each element represents a certificate fingerprint. A certificate fingerprint is a string containing the certificate fingerprint.
사용 중단: Please use getCertifiateFile() or getCertificateData()

getKeys() 공개 메소드

A configured key itself is an array or object implementing ArrayAccess where the array key/property is the configuration key and the value is the configured value.
public getKeys ( ) : null | array | Traversable
리턴 null | array | Traversable