메소드 |
설명 |
|
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. |
|