示例#1
0
文件: QSslKey.cs 项目: 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);
 }
示例#2
0
文件: QSslKey.cs 项目: 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);
 }
示例#3
0
文件: QSslKey.cs 项目: 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);
 }
示例#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);
 }
示例#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);
 }
示例#6
0
文件: QSslSocket.cs 项目: KDE/qyoto
 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);
 }
示例#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);
 }
示例#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);
 }
示例#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);
 }
示例#10
0
文件: QSslCipher.cs 项目: KDE/qyoto
 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);
 }
示例#11
0
 public void SetProtocol(QSsl.SslProtocol protocol)
 {
     interceptor.Invoke("setProtocol$", "setProtocol(QSsl::SslProtocol)", typeof(void), typeof(QSsl.SslProtocol), protocol);
 }
示例#12
0
文件: QSslSocket.cs 项目: KDE/qyoto
 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);
 }
示例#13
0
文件: QSslSocket.cs 项目: KDE/qyoto
 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);
 }
示例#14
0
文件: QSslSocket.cs 项目: KDE/qyoto
 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);
 }
示例#15
0
文件: QSslKey.cs 项目: 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);
 }
示例#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);
 }
示例#17
0
文件: QSslKey.cs 项目: 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);
 }
示例#18
0
文件: QSslSocket.cs 项目: KDE/qyoto
 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);
 }