예제 #1
0
 public void SetPrivateKey(string fileName, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format, QByteArray passPhrase)
 {
     interceptor.Invoke("setPrivateKey$$$#", "setPrivateKey(const QString&, QSsl::KeyAlgorithm, QSsl::EncodingFormat, const QByteArray&)", typeof(void), typeof(string), fileName, typeof(QSsl.KeyAlgorithm), algorithm, typeof(QSsl.EncodingFormat), format, typeof(QByteArray), passPhrase);
 }
예제 #2
0
 public void SetPrivateKey(string fileName, QSsl.KeyAlgorithm algorithm)
 {
     interceptor.Invoke("setPrivateKey$$", "setPrivateKey(const QString&, QSsl::KeyAlgorithm)", typeof(void), typeof(string), fileName, typeof(QSsl.KeyAlgorithm), algorithm);
 }
예제 #3
0
파일: QSslKey.cs 프로젝트: micro-chen/qyoto
 public QSslKey(QIODevice device, QSsl.KeyAlgorithm algorithm) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QSslKey#$", "QSslKey(QIODevice*, QSsl::KeyAlgorithm)", typeof(void), typeof(QIODevice), device, typeof(QSsl.KeyAlgorithm), algorithm);
 }
예제 #4
0
파일: QSslKey.cs 프로젝트: micro-chen/qyoto
 public QSslKey(QIODevice device, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QSslKey#$$", "QSslKey(QIODevice*, QSsl::KeyAlgorithm, QSsl::EncodingFormat)", typeof(void), typeof(QIODevice), device, typeof(QSsl.KeyAlgorithm), algorithm, typeof(QSsl.EncodingFormat), format);
 }
예제 #5
0
파일: QSslKey.cs 프로젝트: micro-chen/qyoto
 public QSslKey(QIODevice device, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format, QSsl.KeyType type, QByteArray passPhrase) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QSslKey#$$$#", "QSslKey(QIODevice*, QSsl::KeyAlgorithm, QSsl::EncodingFormat, QSsl::KeyType, const QByteArray&)", typeof(void), typeof(QIODevice), device, typeof(QSsl.KeyAlgorithm), algorithm, typeof(QSsl.EncodingFormat), format, typeof(QSsl.KeyType), type, typeof(QByteArray), passPhrase);
 }
예제 #6
0
파일: QSslKey.cs 프로젝트: micro-chen/qyoto
 public QSslKey(QByteArray encoded, QSsl.KeyAlgorithm algorithm) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QSslKey#$", "QSslKey(const QByteArray&, QSsl::KeyAlgorithm)", typeof(void), typeof(QByteArray), encoded, typeof(QSsl.KeyAlgorithm), algorithm);
 }
예제 #7
0
파일: QSslKey.cs 프로젝트: micro-chen/qyoto
 public QSslKey(QByteArray encoded, QSsl.KeyAlgorithm algorithm, QSsl.EncodingFormat format, QSsl.KeyType type) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QSslKey#$$$", "QSslKey(const QByteArray&, QSsl::KeyAlgorithm, QSsl::EncodingFormat, QSsl::KeyType)", typeof(void), typeof(QByteArray), encoded, typeof(QSsl.KeyAlgorithm), algorithm, typeof(QSsl.EncodingFormat), format, typeof(QSsl.KeyType), type);
 }