Beispiel #1
0
 /**
  * Retrieves the InfoCard public key cipher object being used
  *
  * @return Zend_InfoCard_Cipher_PKI_Interface
  */
 public function getPKCipherObject()
 {
     return $this->_infoCard->getPKCipherObject();
 }