コード例 #1
0
ファイル: InfoCard.php プロジェクト: ronseigel/agent-ohm
 /**
  * Retrieves the InfoCard public key cipher object being used
  *
  * @return Zend_InfoCard_Cipher_PKI_Interface
  */
 public function getPKCipherObject()
 {
     return $this->_infoCard->getPKCipherObject();
 }