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

Syntax

C#
public static IBufferedCipher GetCipher(
	DerObjectIdentifier oid
)
Visual Basic
Public Shared Function GetCipher ( _
	oid As DerObjectIdentifier _
) As IBufferedCipher
Visual C++
public:
static IBufferedCipher^ GetCipher(
	DerObjectIdentifier^ oid
)

See Also