protected static void Hash( IDigest d, byte[] input, byte[] output )
Protected Shared Sub Hash ( d As IDigest, input As Byte(), output As Byte() )
protected: static void Hash( IDigest^ d, array<unsigned char>^ input, array<unsigned char>^ output )
Org.BouncyCastle.Crypto.Generators.DsaParametersGenerator.Hash = function(d, input, output);
In This Article