Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Provides an abstraction for encryption ciphers used in an Information Card implementation
ENC_RSA_OAEP_MGF1P
= 'http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p'
RSA Public Key Encryption with OAEP Padding

getInstanceByURI(
string $uri
)
:
mixed
Returns an instance of a cipher object supported based on the URI provided
Name | Type | Description |
---|---|---|
$uri | string | The URI of the encryption method wantde |
Type | Description |
---|---|
mixed | an Instance of Zend_InfoCard_Cipher_Symmetric_Interface or Zend_InfoCard_Cipher_Pki_Interface depending on URI |
Exception | Description |
---|---|
\Zend_InfoCard_Cipher_Exception |