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