Overview

Namespaces

  • None
  • PHP

Classes

  • Eabi_DpdEE_Block_Adminhtml_Config_Form_Field_Country
  • Eabi_DpdEE_Block_Info_Payment
  • Eabi_DpdEE_Block_Invoice
  • Eabi_DpdEE_Block_Order_Courier
  • Eabi_DpdEE_Helper_Data
  • Eabi_DpdEE_Model_Api
  • Eabi_DpdEE_Model_Button_Courier
  • Eabi_DpdEE_Model_Config
  • Eabi_DpdEE_Model_Flat
  • Eabi_DpdEE_Model_Observer
  • Eabi_DpdEE_Model_Payment_Processor
  • Eabi_DpdEE_Model_Post
  • Eabi_DpdEE_Model_Source_Label_Position
  • Eabi_DpdEE_Model_Source_Service
  • Eabi_Livehandler_Adminhtml_LivehandlerController
  • Eabi_Livehandler_Adminhtml_RemoveController
  • Eabi_Livehandler_Block_Adminhtml_Config_Form_Field_Button
  • Eabi_Livehandler_Block_Adminhtml_Config_Form_Field_Remove
  • Eabi_Livehandler_Block_Email
  • Eabi_LiveHandler_Block_Footer
  • Eabi_Livehandler_Helper_Data
  • Eabi_Livehandler_Helper_Keypair
  • Eabi_Livehandler_IndexController
  • Eabi_Livehandler_Model_Abstract
  • Eabi_Livehandler_Model_Action_Abstract
  • Eabi_Livehandler_Model_Action_Postoffice_Print
  • Eabi_Livehandler_Model_Action_Postoffice_Send
  • Eabi_Livehandler_Model_Adminhtml_Gridmanager
  • Eabi_Livehandler_Model_Directory_Collection
  • Eabi_Livehandler_Model_Entry
  • Eabi_Livehandler_Model_File_Object
  • Eabi_Livehandler_Model_Mysql4_Entry
  • Eabi_Livehandler_Model_Mysql4_Entry_Collection
  • Eabi_Livehandler_Model_Ordergrid
  • Eabi_Livehandler_Model_System_Config_Backend_Button
  • Eabi_Postoffice_Adminhtml_PostofficeController
  • Eabi_Postoffice_Block_Adminhtml_Config_Form_Field_License
  • Eabi_Postoffice_Block_Adminhtml_Config_Form_Field_Remove
  • Eabi_Postoffice_Block_Config_Rebuildbutton
  • Eabi_Postoffice_Helper_Countrycode
  • Eabi_Postoffice_Helper_Data
  • Eabi_Postoffice_IndexController
  • Eabi_Postoffice_Model_Carrier_Abstract
  • Eabi_Postoffice_Model_Carrier_Result
  • Eabi_Postoffice_Model_Carriermodule
  • Eabi_Postoffice_Model_Mysql4_Carriermodule
  • Eabi_Postoffice_Model_Mysql4_Carriermodule_Collection
  • Eabi_Postoffice_Model_Mysql4_Office
  • Eabi_Postoffice_Model_Mysql4_Office_Collection
  • Eabi_Postoffice_Model_Observer
  • Eabi_Postoffice_Model_Office
  • Eabi_Postoffice_Model_Orderview
  • Eabi_Postoffice_Model_Source_Sendevent
  • Eabi_Postoffice_Model_Updater
  • Overview
  • Namespace
  • Class
  • Tree

Class Eabi_Livehandler_Helper_Keypair

Helper class for generating RSA public and private keys

Mage_Core_Helper_Abstract
Extended by Eabi_Livehandler_Helper_Keypair
Author: Matis
Located at Eabi/Livehandler/Helper/Keypair.php
Methods summary
public
# generateKeyPair( array $input, array $conf = array('private_key_bits' => 2048), mixed $numberofdays = 3650 )

Generates new RSA keypair and returns it as assoc array with following keys:

  • <strong>privkey</strong> - private key .pem encoded string
  • <strong>csr</strong> - public key which has been signed with generated private key
  • <strong>pubkey</strong> - public key .pem encoded certificate string

Input uses following options:

  • <strong>countryName</strong> - Country code uppercase goes here, like EE
  • <strong>stateOrProvinceName</strong> - County or state name goes here
  • <strong>localityName</strong> - Name of the city goes here
  • <strong>organizationName</strong> - Name of the company goes here
  • <strong>organizationalUnitName</strong> - Company www goes here
  • <strong>commonName</strong> - Name of the person who generated this cert goes here or name of the person on board
  • <strong>emailAddress</strong> - Ggeneric company e-mail goes here

Private key is not encrypted with any password

Generates new RSA keypair and returns it as assoc array with following keys:

  • <strong>privkey</strong> - private key .pem encoded string
  • <strong>csr</strong> - public key which has been signed with generated private key
  • <strong>pubkey</strong> - public key .pem encoded certificate string

Input uses following options:

  • <strong>countryName</strong> - Country code uppercase goes here, like EE
  • <strong>stateOrProvinceName</strong> - County or state name goes here
  • <strong>localityName</strong> - Name of the city goes here
  • <strong>organizationName</strong> - Name of the company goes here
  • <strong>organizationalUnitName</strong> - Company www goes here
  • <strong>commonName</strong> - Name of the person who generated this cert goes here or name of the person on board
  • <strong>emailAddress</strong> - Ggeneric company e-mail goes here

Private key is not encrypted with any password

Parameters

$input
array
$input
$conf
array
$conf
$numberofdays
final public array
# getDefaultKeyData( )

Returns assoc array of values used to initiate public-private certificates for this installation.

Default values are:

  • <strong>countryName</strong> - Default declared country for this installation
  • <strong>stateOrProvinceName</strong> - N/A
  • <strong>localityName</strong> - N/A
  • <strong>organizationName</strong> - N/A
  • <strong>organizationalUnitName</strong> - Store base url hosts, comma separated
  • <strong>commonName</strong> - Aktsiamaailm LLC
  • <strong>emailAddress</strong> - Default general e-mail address for this installation

Returns assoc array of values used to initiate public-private certificates for this installation.

Default values are:

  • <strong>countryName</strong> - Default declared country for this installation
  • <strong>stateOrProvinceName</strong> - N/A
  • <strong>localityName</strong> - N/A
  • <strong>organizationName</strong> - N/A
  • <strong>organizationalUnitName</strong> - Store base url hosts, comma separated
  • <strong>commonName</strong> - Aktsiamaailm LLC
  • <strong>emailAddress</strong> - Default general e-mail address for this installation

Returns

array
protected boolean|string
# _getStoreConfig( string $path )

Fetches config data when Mage::getStoreConfig is not available

Fetches config data when Mage::getStoreConfig is not available

Parameters

$path
string
$path

Returns

boolean|string
protected Eabi_Livehandler_Helper_Data
# _getEabi( )

Returns

Eabi_Livehandler_Helper_Data
protected Mage_Core_Model_Config_Data
# _getCoreConfigDataModel( )

Returns

Mage_Core_Model_Config_Data
DPD Eesti - Pakivedu.ee Shipping module for Magento API documentation generated by ApiGen 2.8.0