\CryptoManana\FactoriesSymmetricCipherFactory

Class SymmetricCipherFactory - Factory for object symmetric encryption algorithm object instancing.

Summary

Methods
Properties
Constants
__construct()
create()
__debugInfo()
createInstance()
No public properties found
AES_128
AES_192
AES_256
CAMELLIA_128
CAMELLIA_192
CAMELLIA_256
TRIPLE_DES_168
RC4_128
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

AES_128

AES_128

The AES-128 type.

AES_192

AES_192

The AES-192 type.

AES_256

AES_256

The AES-256 type.

CAMELLIA_128

CAMELLIA_128

The CAMELLIA-128 type.

CAMELLIA_192

CAMELLIA_192

The CAMELLIA-192 type.

CAMELLIA_256

CAMELLIA_256

The CAMELLIA-256 type.

TRIPLE_DES_168

TRIPLE_DES_168

The 3DES-168 type.

RC4_128

RC4_128

The RC4-128 type.

Methods

__construct()

__construct() 

Factory constructor.

__debugInfo()

__debugInfo() : array

Get debug information for the class instance.

Returns

array —

Debug information.