322. Class

322.1. Zend\Crypt\SymmetricPluginManager

Plugin manager implementation for the symmetric adapter instances.

Enforces that symmetric adapters retrieved are instances of SymmetricSymmetricInterface. Additionally, it registers a number of default symmetric adapters available.

322.1.1. Methods

322.1.1.1. validatePlugin

validatePlugin()

Validate the plugin

Checks that the adapter loaded is an instance of SymmetricSymmetricInterface.

Parameters:mixed
Return type:void
Throws :ExceptionInvalidArgumentException if invalid

Project Versions

Table Of Contents

Previous topic

321. Class

Next topic

323. Class

This Page