public static IBufferedCipher GetCipher(
string algorithm
)
Public Shared Function GetCipher (
algorithm As String
) As IBufferedCipher
public:
static IBufferedCipher^ GetCipher(
String^ algorithm
)
Org.BouncyCastle.Security.CipherUtilities.GetCipher = function(algorithm);