Crypt_RSA
[ class tree: Crypt_RSA ] [ index: Crypt_RSA ] [ all elements ]

Element index for package Crypt_RSA

[ c ] [ d ] [ e ] [ g ] [ l ] [ p ] [ r ] [ s ] [ v ] [ _ ]

_

_random
in file RSA.php, method Crypt_RSA::_random()
    Generates a random string x bytes long
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_PRIVATE_FORMAT_PUTTY
in file RSA.php, constant CRYPT_RSA_PRIVATE_FORMAT_PUTTY
    PuTTY formatted private key
CRYPT_RSA_PRIVATE_FORMAT_XML
in file RSA.php, constant CRYPT_RSA_PRIVATE_FORMAT_XML
    XML 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_PUBLIC_FORMAT_XML
in file RSA.php, constant CRYPT_RSA_PUBLIC_FORMAT_XML
    XML formatted 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

d

decrypt
in file RSA.php, method Crypt_RSA::decrypt()
    Decryption
top

e

encrypt
in file RSA.php, method Crypt_RSA::encrypt()
    Encryption
top

g

getPublicKey
in file RSA.php, method Crypt_RSA::getPublicKey()
    Returns the public key
top

l

loadKey
in file RSA.php, method Crypt_RSA::loadKey()
    Loads a public or private key
top

p

$publicKeyFormat
in file RSA.php, variable Crypt_RSA::$publicKeyFormat
    Public Key Format
top

r

RSA.php
procedural page RSA.php
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

v

verify
in file RSA.php, method Crypt_RSA::verify()
    Verifies a signature
top

Documentation generated on Tue, 09 Aug 2011 19:18:00 +0200 by phpDocumentor 1.4.1