public KeyParameter( byte[] key )
Public Sub New ( key As Byte() )
public: KeyParameter( array<unsigned char>^ key )
Org.BouncyCastle.Crypto.Parameters.KeyParameter = function(key);
In This Article