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