public static ICipherParameters WithRandom(
ICipherParameters cp,
SecureRandom random
)
Public Shared Function WithRandom (
cp As ICipherParameters,
random As SecureRandom
) As ICipherParameters
public:
static ICipherParameters^ WithRandom(
ICipherParameters^ cp,
SecureRandom^ random
)
Org.BouncyCastle.Security.ParameterUtilities.WithRandom = function(cp, random);