Algorithm Lookup
Retrieve an object prototype from the global factory
| string algo_spec | an algorithm name |
Retrieve an object prototype from the global factory
| string algo_spec | an algorithm name |
Retrieve an object prototype from the global factory
| string algo_spec | an algorithm name |
Retrieve an object prototype from the global factory
| string algo_spec | an algorithm name |
Password based key derivation function factory method
| string algo_spec | the name of the desired PBKDF algorithm |
Get a cipher object. Factory method for general symmetric cipher filters.
| string algo_spec | the name of the desired cipher |
| SymmetricKey key | the key to be used for encryption/decryption performed by the filter |
| InitializationVector iv | the initialization vector to be used |
| CipherDir direction | determines whether the filter will be an encrypting or decrypting filter |
Factory method for general symmetric cipher filters.
| string algo_spec | the name of the desired cipher |
| SymmetricKey key | the key to be used for encryption/decryption performed by the filter |
| CipherDir direction | determines whether the filter will be an encrypting or decrypting filter |
Factory method for general symmetric cipher filters. No key will be set in the filter.
| string algo_spec | the name of the desired cipher |
| CipherDir direction | determines whether the filter will be an encrypting or decrypting filter |
Check if an algorithm exists.
| string name | the name of the algorithm to check for |