public void GenerateSecret(
X448PublicKeyParameters publicKey,
byte[] buf,
int off
)
Public Sub GenerateSecret (
publicKey As X448PublicKeyParameters,
buf As Byte(),
off As Integer
)
public:
void GenerateSecret(
X448PublicKeyParameters^ publicKey,
array<unsigned char>^ buf,
int off
)
function GenerateSecret(publicKey, buf, off);