コード例 #1
0
 /**
  * Retrieve the public key associated with this
  * certificate
  *
  * @return  security.crypto.PublicKey
  */
 public function getPublicKey()
 {
     return PublicKey::fromString($this->export());
 }