Namespace: Org.BouncyCastle.Security
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
public static IBufferedCipher GetCipher(
	string algorithm
)
Visual Basic
Public Shared Function GetCipher ( _
	algorithm As String _
) As IBufferedCipher
Visual C++
public:
static IBufferedCipher^ GetCipher(
	String^ algorithm
)

Parameters

algorithm
Type: System..::..String

Collapse imageSee Also