public void Init(
bool forEncryption,
ICipherParameters parameters
)
Public Sub Init (
forEncryption As Boolean,
parameters As ICipherParameters
)
public:
virtual void Init(
bool forEncryption,
ICipherParameters^ parameters
) sealed
function Init(forEncryption, parameters);