Documentation

RSAKeyPair
in package

Table of Contents

Properties

$barrett  : mixed
$chunkSize  : mixed
$decryptionExponent  : mixed
$digitSize  : mixed
$encryptionExponent  : mixed
$modulus  : mixed
$radix  : mixed

Methods

__construct()  : mixed
encryptString()  : mixed
encryptUser()  : mixed

Properties

$decryptionExponent

public mixed $decryptionExponent

$encryptionExponent

public mixed $encryptionExponent

Methods

__construct()

public __construct(mixed $encryptionExponent, mixed $decryptionExponent, mixed $modulus) : mixed
Parameters
$encryptionExponent : mixed
$decryptionExponent : mixed
$modulus : mixed

encryptString()

public encryptString(mixed $input) : mixed
Parameters
$input : mixed

encryptUser()

public encryptUser(mixed $user, mixed $password, mixed $hash) : mixed
Parameters
$user : mixed
$password : mixed
$hash : mixed

        
On this page

Search results