public static CipherKeyGenerator GetKeyGenerator(
string algorithm
)
Public Shared Function GetKeyGenerator (
algorithm As String
) As CipherKeyGenerator
public:
static CipherKeyGenerator^ GetKeyGenerator(
String^ algorithm
)
Org.BouncyCastle.Security.GeneratorUtilities.GetKeyGenerator = function(algorithm);