/**
  * 设置并返回加密密钥
  *
  * @return string 密钥
  */
 public function setPublicKey()
 {
     return SC::setPublicKey();
 }