IDecryptorBuilderProviderCreateDecryptorBuilder Method

Return a cipher builder for creating decrypting ciphers.

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
ICipherBuilder CreateDecryptorBuilder(
	Object algorithmDetails
)

Parameters

algorithmDetails  Object
The algorithm details/parameters to use to create the final cipher.

Return Value

ICipherBuilder
A new cipher builder.

See Also