Changes

Jump to: navigation, search

Privacy/Features/DOMCryptAPISpec/Latest

161 bytes added, 17:18, 7 June 2011
Browser Window property WebIDL
[Callback=FunctionOnly, NoInterfaceObject] interface GenerateKeypairCallback {
void onsuccess(DOMString pubKey);
};
 
[Callback=FunctionOnly, NoInterfaceObject] interface GetPublicKey {
void onsuccess(DOMString pubKey);
};
void generateKeypair(GenerateKeypairCallback callback);
 
void getPublicKey(GetPublicKeyCallback callback);
void encrypt(DOMString plainText, DOMString pubKey, PKEncryptCallback callback);
564
edits

Navigation menu