Zend Framework
1.12
|
Public Member Functions | |
__construct (array $options=null) | |
Class constructor. | |
setOptions (array $options) | |
getPrivateKey () | |
getPublicKey () | |
sign ($data, Zend_Crypt_Rsa_Key_Private $privateKey=null, $format=null) | |
verifySignature ($data, $signature, $format=null) | |
encrypt ($data, Zend_Crypt_Rsa_Key $key, $format=null) | |
decrypt ($data, Zend_Crypt_Rsa_Key $key, $format=null) | |
generateKeys (array $configargs=null) | |
setPemString ($value) | |
setPemPath ($value) | |
setCertificateString ($value) | |
setCertificatePath ($value) | |
setHashAlgorithm ($name) | |
getPemString () | |
getPemPath () | |
getCertificateString () | |
getCertificatePath () | |
getHashAlgorithm () | |
Public Attributes | |
const | BINARY = 'binary' |
const | BASE64 = 'base64' |
Protected Member Functions | |
_parseConfigArgs (array $config=null) | |
Protected Attributes | |
$_privateKey | |
$_publicKey | |
$_pemString | |
$_pemPath | |
$_certificateString | |
$_certificatePath | |
$_hashAlgorithm | |
$_passPhrase | |
__construct | ( | array | $options = null | ) |
|
protected |
decrypt | ( | $data, | |
Zend_Crypt_Rsa_Key | $key, | ||
$format = null |
|||
) |
string | $data | |
Zend_Crypt_Rsa_Key | $key | |
string | $format |
encrypt | ( | $data, | |
Zend_Crypt_Rsa_Key | $key, | ||
$format = null |
|||
) |
string | $data | |
Zend_Crypt_Rsa_Key | $key | |
string | $format |
generateKeys | ( | array | $configargs = null | ) |
getCertificatePath | ( | ) |
getCertificateString | ( | ) |
getHashAlgorithm | ( | ) |
getPemPath | ( | ) |
getPemString | ( | ) |
getPrivateKey | ( | ) |
getPublicKey | ( | ) |
setCertificatePath | ( | $value | ) |
setCertificateString | ( | $value | ) |
setHashAlgorithm | ( | $name | ) |
setOptions | ( | array | $options | ) |
setPemPath | ( | $value | ) |
setPemString | ( | $value | ) |
string | $value |
sign | ( | $data, | |
Zend_Crypt_Rsa_Key_Private | $privateKey = null , |
||
$format = null |
|||
) |
string | $data | |
Zend_Crypt_Rsa_Key_Private | $privateKey | |
string | $format |
verifySignature | ( | $data, | |
$signature, | |||
$format = null |
|||
) |
string | $data | |
string | $signature | |
string | $format |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
const BASE64 = 'base64' |
const BINARY = 'binary' |