PBE Lookup
Factory function for PBEs.
string algo_spec | the name of the PBE algorithm to retrieve |
string passphrase | the passphrase to use for encryption |
Duration dur | how many milliseconds to run the PBKDF |
RandomNumberGenerator rng | a random number generator |
Factory function for PBEs.
OID pbe_oid | the oid of the desired PBE |
Vector!ubyte params | a DataSource providing the DER encoded parameters to use |
string passphrase | the passphrase to use for decryption |