Exemple #1
0
 public Promise <object> Digest(WebIDLUnion <Object, String> algorithm, WebIDLUnion <IntPtr, IntPtr> data)
 {
     return(this.CallMethod <Promise <object> >("digest", algorithm, data));
 }
Exemple #2
0
 public Promise <object> GenerateKey(WebIDLUnion <Object, String> algorithm, bool extractable, String[] keyUsages)
 {
     return(this.CallMethod <Promise <object> >("generateKey", algorithm, extractable, keyUsages));
 }
Exemple #3
0
 public Promise AddAll(WebIDLUnion <nsISupports, USVString> requests)
 {
     return(this.CallMethod <Promise>("addAll", requests));
 }
Exemple #4
0
 public void Write(WebIDLUnion <IntPtr, IntPtr> data)
 {
     this.CallVoidMethod("write", data);
 }
Exemple #5
0
 public Promise <object> UnwrapKey(String format, WebIDLUnion <IntPtr, IntPtr> wrappedKey, nsISupports unwrappingKey, WebIDLUnion <Object, String> unwrapAlgorithm, WebIDLUnion <Object, String> unwrappedKeyAlgorithm, bool extractable, String[] keyUsages)
 {
     return(this.CallMethod <Promise <object> >("unwrapKey", format, wrappedKey, unwrappingKey, unwrapAlgorithm, unwrappedKeyAlgorithm, extractable, keyUsages));
 }
Exemple #6
0
 public Promise <nsISupports> Match(WebIDLUnion <nsISupports, USVString> request, object options)
 {
     return(this.CallMethod <Promise <nsISupports> >("match", request, options));
 }
 public void RemoveEventListener(string type, nsISupports listener, WebIDLUnion <System.Object, System.Boolean> options)
 {
     this.CallVoidMethod("removeEventListener", type, listener, options);
 }
Exemple #8
0
 public Promise <object> ImportKey(String format, object keyData, WebIDLUnion <Object, String> algorithm, bool extractable, String[] keyUsages)
 {
     return(this.CallMethod <Promise <object> >("importKey", format, keyData, algorithm, extractable, keyUsages));
 }
Exemple #9
0
 public Promise <nsISupports> CreateImageBitmap(WebIDLUnion <nsIDOMHTMLImageElement, nsISupports, nsIDOMHTMLCanvasElement> aImage, int aSx, int aSy, int aSw, int aSh)
 {
     return(this.CallMethod <Promise <nsISupports> >("createImageBitmap", aImage, aSx, aSy, aSw, aSh));
 }
 public void AddEventListener(string type, nsISupports listener, WebIDLUnion <System.Object, System.Boolean> options, System.Nullable <bool> wantsUntrusted)
 {
     this.CallVoidMethod("addEventListener", type, listener, options, wantsUntrusted);
 }
Exemple #11
0
 public Promise SetServerCertificate(WebIDLUnion <IntPtr, IntPtr> serverCertificate)
 {
     return(this.CallMethod <Promise>("setServerCertificate", serverCertificate));
 }
 public nsISupports Append(WebIDLUnion <System.String, IntPtr, IntPtr, nsIDOMBlob> value)
 {
     return(this.CallMethod <nsISupports>("append", value));
 }
 public nsISupports Write(WebIDLUnion <System.String, IntPtr, IntPtr, nsIDOMBlob> value)
 {
     return(this.CallMethod <nsISupports>("write", value));
 }
Exemple #14
0
 public Promise <object> DeriveKey(WebIDLUnion <Object, String> algorithm, nsISupports baseKey, WebIDLUnion <Object, String> derivedKeyType, bool extractable, String[] keyUsages)
 {
     return(this.CallMethod <Promise <object> >("deriveKey", algorithm, baseKey, derivedKeyType, extractable, keyUsages));
 }
Exemple #15
0
 public Promise <object> Decrypt(WebIDLUnion <System.Object, System.String> algorithm, nsISupports key, IntPtr data)
 {
     return(this.CallMethod <Promise <object> >("decrypt", algorithm, key, data));
 }
Exemple #16
0
 public Promise <object> DeriveBits(WebIDLUnion <Object, String> algorithm, nsISupports baseKey, uint length)
 {
     return(this.CallMethod <Promise <object> >("deriveBits", algorithm, baseKey, length));
 }
Exemple #17
0
 public Promise <object> Verify(WebIDLUnion <System.Object, System.String> algorithm, nsISupports key, IntPtr signature, IntPtr data)
 {
     return(this.CallMethod <Promise <object> >("verify", algorithm, key, signature, data));
 }
Exemple #18
0
 public Promise <object> WrapKey(String format, nsISupports key, nsISupports wrappingKey, WebIDLUnion <Object, String> wrapAlgorithm)
 {
     return(this.CallMethod <Promise <object> >("wrapKey", format, key, wrappingKey, wrapAlgorithm));
 }
Exemple #19
0
 public Promise <object> Digest(WebIDLUnion <System.Object, System.String> algorithm, IntPtr data)
 {
     return(this.CallMethod <Promise <object> >("digest", algorithm, data));
 }
Exemple #20
0
 public nsISupports Remove(WebIDLUnion <nsISupports, System.String> contactOrId)
 {
     return(this.CallMethod <nsISupports>("remove", contactOrId));
 }
Exemple #21
0
 public Promise <object> Sign(WebIDLUnion <Object, String> algorithm, nsISupports key, WebIDLUnion <IntPtr, IntPtr> data)
 {
     return(this.CallMethod <Promise <object> >("sign", algorithm, key, data));
 }
Exemple #22
0
 public Promise <nsISupports[]> MatchAll(WebIDLUnion <nsISupports, USVString> request)
 {
     return(this.CallMethod <Promise <nsISupports[]> >("matchAll", request));
 }
Exemple #23
0
 public Promise <object> Verify(WebIDLUnion <Object, String> algorithm, nsISupports key, WebIDLUnion <IntPtr, IntPtr> signature, WebIDLUnion <IntPtr, IntPtr> data)
 {
     return(this.CallMethod <Promise <object> >("verify", algorithm, key, signature, data));
 }
Exemple #24
0
 public Promise Put(WebIDLUnion <nsISupports, USVString> request, nsISupports response)
 {
     return(this.CallMethod <Promise>("put", request, response));
 }
 public object PingPongObjectOrString(WebIDLUnion <System.Object, System.String> objOrString)
 {
     return(this.CallMethod <object>("pingPongObjectOrString", objOrString));
 }