mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
parent
218ad487d8
commit
6debc5b306
6 changed files with 132 additions and 44 deletions
|
|
@ -28,7 +28,9 @@ interface nsICMSMessage : nsISupports
|
|||
void getSignerCert(out nsIX509Cert scert);
|
||||
void getEncryptionCert(out nsIX509Cert ecert);
|
||||
void verifySignature();
|
||||
void verifyDetachedSignature(in UnsignedCharPtr aDigestData, in unsigned long aDigestDataLen);
|
||||
void verifyDetachedSignature(in UnsignedCharPtr aDigestData,
|
||||
in unsigned long aDigestDataLen,
|
||||
in int16_t aDigestType);
|
||||
void CreateEncrypted(in nsIArray aRecipientCerts);
|
||||
|
||||
/* The parameter aDigestType must be one of the values in nsICryptoHash */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue