- algorithmTypestring algorithmType(string name) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- getCipherKeyedFilter getCipher(string algo_spec, SymmetricKey key, InitializationVector iv, CipherDir direction) 
- Get a cipher object.
Factory method for general symmetric cipher filters. 
- getCipherKeyedFilter getCipher(string algo_spec, CipherDir direction) 
- Factory method for general symmetric cipher filters. No key will be
set in the filter. 
- getCipherKeyedFilter getCipher(string algo_spec, SymmetricKey key, CipherDir direction) 
- Factory method for general symmetric cipher filters. 
- getPbkdfPBKDF getPbkdf(string algo_spec) 
- Password based key derivation function factory method 
- haveAlgorithmbool haveAlgorithm(string name) 
- Check if an algorithm exists. 
- retrieveBlockCipherconst(BlockCipher) retrieveBlockCipher(string algo_spec) 
- Retrieve an object prototype from the global factory 
- retrieveHashconst(HashFunction) retrieveHash(string algo_spec) 
- Retrieve an object prototype from the global factory 
- retrieveMacconst(MessageAuthenticationCode) retrieveMac(string algo_spec) 
- Retrieve an object prototype from the global factory 
- retrieveStreamCipherconst(StreamCipher) retrieveStreamCipher(string algo_spec) 
- Retrieve an object prototype from the global factory 
Algorithm Lookup