Element index for package Crypt_RSA
[ c ]
[ d ]
[ e ]
[ g ]
[ l ]
[ p ]
[ r ]
[ s ]
[ v ]
[ _ ]
top
c
- createKey
- in file RSA.php, method Crypt_RSA::createKey()
Create public / private key pair
- Crypt_RSA
- in file RSA.php, method Crypt_RSA::Crypt_RSA()
The constructor
- Crypt_RSA
- in file RSA.php, class Crypt_RSA
Pure-PHP PKCS#1 compliant implementation of RSA.
- CRYPT_RSA_ENCRYPTION_OAEP
- in file RSA.php, constant CRYPT_RSA_ENCRYPTION_OAEP
Use Optimal Asymmetric Encryption Padding (OAEP) for encryption / decryption.
- CRYPT_RSA_ENCRYPTION_PKCS1
- in file RSA.php, constant CRYPT_RSA_ENCRYPTION_PKCS1
Use PKCS#1 padding.
- CRYPT_RSA_PRIVATE_FORMAT_PKCS1
- in file RSA.php, constant CRYPT_RSA_PRIVATE_FORMAT_PKCS1
PKCS#1 formatted private key
- CRYPT_RSA_PUBLIC_FORMAT_OPENSSH
- in file RSA.php, constant CRYPT_RSA_PUBLIC_FORMAT_OPENSSH
OpenSSH formatted public key
- CRYPT_RSA_PUBLIC_FORMAT_PKCS1
- in file RSA.php, constant CRYPT_RSA_PUBLIC_FORMAT_PKCS1
PKCS#1 formatted public key
- CRYPT_RSA_PUBLIC_FORMAT_RAW
- in file RSA.php, constant CRYPT_RSA_PUBLIC_FORMAT_RAW
Raw public key
- CRYPT_RSA_SIGNATURE_PKCS1
- in file RSA.php, constant CRYPT_RSA_SIGNATURE_PKCS1
Use the PKCS#1 scheme by default.
- CRYPT_RSA_SIGNATURE_PSS
- in file RSA.php, constant CRYPT_RSA_SIGNATURE_PSS
Use the Probabilistic Signature Scheme for signing
top
top
top
top
top
top
top
s
- setEncryptionMode
- in file RSA.php, method Crypt_RSA::setEncryptionMode()
Set Encryption Mode
- setHash
- in file RSA.php, method Crypt_RSA::setHash()
Determines which hashing function should be used
- setMGFHash
- in file RSA.php, method Crypt_RSA::setMGFHash()
Determines which hashing function should be used for the mask generation function
- setPassword
- in file RSA.php, method Crypt_RSA::setPassword()
Sets the password
- setPrivateKeyFormat
- in file RSA.php, method Crypt_RSA::setPrivateKeyFormat()
Determines the private key format
- setPublicKey
- in file RSA.php, method Crypt_RSA::setPublicKey()
Defines the public key
- setPublicKeyFormat
- in file RSA.php, method Crypt_RSA::setPublicKeyFormat()
Determines the public key format
- setSaltLength
- in file RSA.php, method Crypt_RSA::setSaltLength()
Determines the salt length
- setSignatureMode
- in file RSA.php, method Crypt_RSA::setSignatureMode()
Set Signature Mode
- sign
- in file RSA.php, method Crypt_RSA::sign()
Create a signature
top
top
|
|