public static AsymmetricCipherKeyPair GetDsaKeyPair(
DSAParameters dp
)
Public Shared Function GetDsaKeyPair (
dp As DSAParameters
) As AsymmetricCipherKeyPair
public:
static AsymmetricCipherKeyPair^ GetDsaKeyPair(
DSAParameters dp
)
Org.BouncyCastle.Security.DotNetUtilities.GetDsaKeyPair = function(dp);