![]() |
App Engine PHP SDK
v1 rev.445
The PHP runtime is available as an experimental Preview feature.
|
Public Member Functions | |
__construct ($certificate_name, $certificate_in_pem_format) | |
getCertificateName () | |
getX509CertificateInPemFormat () | |
PublicCertificate contains an X509 public certificate in PEM format and a string which is used to identify this certificate.
google\appengine\api\app_identity\PublicCertificate::__construct | ( | $certificate_name, | |
$certificate_in_pem_format | |||
) |
Creates a new public certificate.
string | $certificate_name | The name of the certificate. |
string | $certificate_in_pem_format | The public certificate in X509 PEM format. |
google\appengine\api\app_identity\PublicCertificate::getCertificateName | ( | ) |
Returns the name of this public certificate.
google\appengine\api\app_identity\PublicCertificate::getX509CertificateInPemFormat | ( | ) |
Returns the X509 Certificate in PEM format.