Example #1
0
File: QSslKey.cs Project: KDE/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);
 }
Example #2
0
File: QSslKey.cs Project: KDE/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);
 }
Example #3
0
File: QSslKey.cs Project: KDE/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);
 }
Example #4
0
 // QMultiMap<QSsl::AlternateNameEntryType,QString> alternateSubjectNames(); >>>> NOT CONVERTED
 public QSslCertificate(QIODevice device, QSsl.EncodingFormat format)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QSslCertificate#$", "QSslCertificate(QIODevice*, QSsl::EncodingFormat)", typeof(void), typeof(QIODevice), device, typeof(QSsl.EncodingFormat), format);
 }
Example #5
0
 public QSslCertificate(QByteArray encoded, QSsl.EncodingFormat format)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QSslCertificate#$", "QSslCertificate(const QByteArray&, QSsl::EncodingFormat)", typeof(void), typeof(QByteArray), encoded, typeof(QSsl.EncodingFormat), format);
 }
Example #6
0
 public bool AddCaCertificates(string path, QSsl.EncodingFormat format)
 {
     return (bool) interceptor.Invoke("addCaCertificates$$", "addCaCertificates(const QString&, QSsl::EncodingFormat)", typeof(bool), typeof(string), path, typeof(QSsl.EncodingFormat), format);
 }
Example #7
0
 public static List<QSslCertificate> FromPath(string path, QSsl.EncodingFormat format)
 {
     return (List<QSslCertificate>) staticInterceptor.Invoke("fromPath$$", "fromPath(const QString&, QSsl::EncodingFormat)", typeof(List<QSslCertificate>), typeof(string), path, typeof(QSsl.EncodingFormat), format);
 }
Example #8
0
 public static List<QSslCertificate> FromData(QByteArray data, QSsl.EncodingFormat format)
 {
     return (List<QSslCertificate>) staticInterceptor.Invoke("fromData#$", "fromData(const QByteArray&, QSsl::EncodingFormat)", typeof(List<QSslCertificate>), typeof(QByteArray), data, typeof(QSsl.EncodingFormat), format);
 }
Example #9
0
 public static List<QSslCertificate> FromDevice(QIODevice device, QSsl.EncodingFormat format)
 {
     return (List<QSslCertificate>) staticInterceptor.Invoke("fromDevice#$", "fromDevice(QIODevice*, QSsl::EncodingFormat)", typeof(List<QSslCertificate>), typeof(QIODevice), device, typeof(QSsl.EncodingFormat), format);
 }
Example #10
0
 public QSslCipher(string name, QSsl.SslProtocol protocol)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QSslCipher$$", "QSslCipher(const QString&, QSsl::SslProtocol)", typeof(void), typeof(string), name, typeof(QSsl.SslProtocol), protocol);
 }
Example #11
0
 public void SetProtocol(QSsl.SslProtocol protocol)
 {
     interceptor.Invoke("setProtocol$", "setProtocol(QSsl::SslProtocol)", typeof(void), typeof(QSsl.SslProtocol), protocol);
 }
Example #12
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);
 }
Example #13
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);
 }
Example #14
0
 public void SetLocalCertificate(string fileName, QSsl.EncodingFormat format)
 {
     interceptor.Invoke("setLocalCertificate$$", "setLocalCertificate(const QString&, QSsl::EncodingFormat)", typeof(void), typeof(string), fileName, typeof(QSsl.EncodingFormat), format);
 }
Example #15
0
File: QSslKey.cs Project: KDE/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);
 }
Example #16
0
 public static List<QSslCertificate> FromPath(string path, QSsl.EncodingFormat format, QRegExp.PatternSyntax syntax)
 {
     return (List<QSslCertificate>) staticInterceptor.Invoke("fromPath$$$", "fromPath(const QString&, QSsl::EncodingFormat, QRegExp::PatternSyntax)", typeof(List<QSslCertificate>), typeof(string), path, typeof(QSsl.EncodingFormat), format, typeof(QRegExp.PatternSyntax), syntax);
 }
Example #17
0
File: QSslKey.cs Project: KDE/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);
 }
Example #18
0
 public bool AddCaCertificates(string path, QSsl.EncodingFormat format, QRegExp.PatternSyntax syntax)
 {
     return (bool) interceptor.Invoke("addCaCertificates$$$", "addCaCertificates(const QString&, QSsl::EncodingFormat, QRegExp::PatternSyntax)", typeof(bool), typeof(string), path, typeof(QSsl.EncodingFormat), format, typeof(QRegExp.PatternSyntax), syntax);
 }