public QSslKey(QSslKey other) : this((Type) null) { CreateProxy(); interceptor.Invoke("QSslKey#", "QSslKey(const QSslKey&)", typeof(void), typeof(QSslKey), other); }
public void SetPrivateKey(QSslKey key) { interceptor.Invoke("setPrivateKey#", "setPrivateKey(const QSslKey&)", typeof(void), typeof(QSslKey), key); }
public QSslKey(QSslKey other) : this((Type)null) { CreateProxy(); interceptor.Invoke("QSslKey#", "QSslKey(const QSslKey&)", typeof(void), typeof(QSslKey), other); }