564
edits
Changes
→Browser Window property WebIDL
[Callback=FunctionOnly, NoInterfaceObject] interface PKDecryptCallback {
void onsuccess(ArrayBuffer plainText);
};
void decrypt(ArrayBuffer message, ArrayBuffer keyID, PKDecryptCallback callback);
};
[Callback=FunctionOnly, NoInterfaceObject] interface SignCallback {
void onsuccess(ArrayBuffer signature);
};
[Callback=FunctionOnly, NoInterfaceObject] interface VerifyCallback {
void onsuccess(boolean verified);
};