Interface IDecryptorBuilderProvider
- Namespace
- Org.BouncyCastle.Crypto
- Assembly
- BouncyCastle.Cryptography.dll
Interface describing a provider of cipher builders for creating decrypting ciphers.
public interface IDecryptorBuilderProvider
Methods
CreateDecryptorBuilder(object)
Return a cipher builder for creating decrypting ciphers.
ICipherBuilder CreateDecryptorBuilder(object algorithmDetails)
Parameters
algorithmDetailsobjectThe algorithm details/parameters to use to create the final cipher.
Returns
- ICipherBuilder
A new cipher builder.