App Engine PHP SDK  v1 rev.445
The PHP runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google\appengine\api\app_identity\PublicCertificate Class Reference

Public Member Functions

 __construct ($certificate_name, $certificate_in_pem_format)
 
 getCertificateName ()
 
 getX509CertificateInPemFormat ()
 

Detailed Description

PublicCertificate contains an X509 public certificate in PEM format and a string which is used to identify this certificate.

Constructor & Destructor Documentation

google\appengine\api\app_identity\PublicCertificate::__construct (   $certificate_name,
  $certificate_in_pem_format 
)

Creates a new public certificate.

Parameters
string$certificate_nameThe name of the certificate.
string$certificate_in_pem_formatThe public certificate in X509 PEM format.

Member Function Documentation

google\appengine\api\app_identity\PublicCertificate::getCertificateName ( )

Returns the name of this public certificate.

Returns
string The name of the certificate.
google\appengine\api\app_identity\PublicCertificate::getX509CertificateInPemFormat ( )

Returns the X509 Certificate in PEM format.

Returns
string The public certificate in X509 PEM format.

The documentation for this class was generated from the following file: