| Index: nss/lib/pk11wrap/pk11pub.h
|
| ===================================================================
|
| --- nss/lib/pk11wrap/pk11pub.h (revision 259431)
|
| +++ nss/lib/pk11wrap/pk11pub.h (working copy)
|
| @@ -559,6 +559,9 @@
|
| SECItem *nickname, SECItem *publicValue, PRBool isPerm,
|
| PRBool isPrivate, KeyType type,
|
| unsigned int usage, SECKEYPrivateKey** privk, void *wincx);
|
| +SECItem *PK11_ExportDERPrivateKeyInfo(SECKEYPrivateKey *pk, void *wincx);
|
| +SECKEYPrivateKeyInfo *PK11_ExportPrivKeyInfo(
|
| + SECKEYPrivateKey *pk, void *wincx);
|
| SECKEYPrivateKeyInfo *PK11_ExportPrivateKeyInfo(
|
| CERTCertificate *cert, void *wincx);
|
| SECKEYEncryptedPrivateKeyInfo *PK11_ExportEncryptedPrivKeyInfo(
|
|
|