CachingKeyGenerator is a wrapper around KeyGenerator which allows users to avoid re-executing the key generation process when it's called using the same salt and key_size.
Methods
- G
- N
Class Public methods
new(key_generator)
Link
Instance Public methods