andre@0: /* This Source Code Form is subject to the terms of the Mozilla Public andre@0: * License, v. 2.0. If a copy of the MPL was not distributed with this andre@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ andre@0: andre@0: #ifndef PKI_H andre@0: #define PKI_H andre@0: andre@0: #ifndef NSSDEVT_H andre@0: #include "nssdevt.h" andre@0: #endif /* NSSDEVT_H */ andre@0: andre@0: #ifndef NSSPKI_H andre@0: #include "nsspki.h" andre@0: #endif /* NSSPKI_H */ andre@0: andre@0: #ifndef PKIT_H andre@0: #include "pkit.h" andre@0: #endif /* PKIT_H */ andre@0: andre@0: PR_BEGIN_EXTERN_C andre@0: andre@0: NSS_EXTERN NSSCallback * andre@0: nssTrustDomain_GetDefaultCallback andre@0: ( andre@0: NSSTrustDomain *td, andre@0: PRStatus *statusOpt andre@0: ); andre@0: andre@0: NSS_EXTERN NSSCertificate ** andre@0: nssTrustDomain_FindCertificatesBySubject andre@0: ( andre@0: NSSTrustDomain *td, andre@0: NSSDER *subject, andre@0: NSSCertificate *rvOpt[], andre@0: PRUint32 maximumOpt, andre@0: NSSArena *arenaOpt andre@0: ); andre@0: andre@0: NSS_EXTERN NSSTrust * andre@0: nssTrustDomain_FindTrustForCertificate andre@0: ( andre@0: NSSTrustDomain *td, andre@0: NSSCertificate *c andre@0: ); andre@0: andre@0: NSS_EXTERN NSSCertificate * andre@0: nssCertificate_AddRef andre@0: ( andre@0: NSSCertificate *c andre@0: ); andre@0: andre@0: NSS_EXTERN PRStatus andre@0: nssCertificate_Destroy andre@0: ( andre@0: NSSCertificate *c andre@0: ); andre@0: andre@0: NSS_EXTERN NSSDER * andre@0: nssCertificate_GetEncoding andre@0: ( andre@0: NSSCertificate *c andre@0: ); andre@0: andre@0: NSS_EXTERN NSSDER * andre@0: nssCertificate_GetIssuer andre@0: ( andre@0: NSSCertificate *c andre@0: ); andre@0: andre@0: NSS_EXTERN NSSDER * andre@0: nssCertificate_GetSerialNumber andre@0: ( andre@0: NSSCertificate *c andre@0: ); andre@0: andre@0: NSS_EXTERN NSSDER * andre@0: nssCertificate_GetSubject andre@0: ( andre@0: NSSCertificate *c andre@0: ); andre@0: andre@0: /* Returns a copy, Caller must free using nss_ZFreeIf */ andre@0: NSS_EXTERN NSSUTF8 * andre@0: nssCertificate_GetNickname andre@0: ( andre@0: NSSCertificate *c, andre@0: NSSToken *tokenOpt andre@0: ); andre@0: andre@0: NSS_EXTERN NSSASCII7 * andre@0: nssCertificate_GetEmailAddress andre@0: ( andre@0: NSSCertificate *c andre@0: ); andre@0: andre@0: NSS_EXTERN PRBool andre@0: nssCertificate_IssuerAndSerialEqual andre@0: ( andre@0: NSSCertificate *c1, andre@0: NSSCertificate *c2 andre@0: ); andre@0: andre@0: NSS_EXTERN NSSPrivateKey * andre@0: nssPrivateKey_AddRef andre@0: ( andre@0: NSSPrivateKey *vk andre@0: ); andre@0: andre@0: NSS_EXTERN PRStatus andre@0: nssPrivateKey_Destroy andre@0: ( andre@0: NSSPrivateKey *vk andre@0: ); andre@0: andre@0: NSS_EXTERN NSSItem * andre@0: nssPrivateKey_GetID andre@0: ( andre@0: NSSPrivateKey *vk andre@0: ); andre@0: andre@0: NSS_EXTERN NSSUTF8 * andre@0: nssPrivateKey_GetNickname andre@0: ( andre@0: NSSPrivateKey *vk, andre@0: NSSToken *tokenOpt andre@0: ); andre@0: andre@0: NSS_EXTERN PRStatus andre@0: nssPublicKey_Destroy andre@0: ( andre@0: NSSPublicKey *bk andre@0: ); andre@0: andre@0: NSS_EXTERN NSSItem * andre@0: nssPublicKey_GetID andre@0: ( andre@0: NSSPublicKey *vk andre@0: ); andre@0: andre@0: NSS_EXTERN NSSCertificate ** andre@0: nssCryptoContext_FindCertificatesBySubject andre@0: ( andre@0: NSSCryptoContext *cc, andre@0: NSSDER *subject, andre@0: NSSCertificate *rvOpt[], andre@0: PRUint32 maximumOpt, /* 0 for no max */ andre@0: NSSArena *arenaOpt andre@0: ); andre@0: andre@0: /* putting here for now, needs more thought */ andre@0: NSS_EXTERN PRStatus andre@0: nssCryptoContext_ImportTrust andre@0: ( andre@0: NSSCryptoContext *cc, andre@0: NSSTrust *trust andre@0: ); andre@0: andre@0: NSS_EXTERN NSSTrust * andre@0: nssCryptoContext_FindTrustForCertificate andre@0: ( andre@0: NSSCryptoContext *cc, andre@0: NSSCertificate *cert andre@0: ); andre@0: andre@0: NSS_EXTERN PRStatus andre@0: nssCryptoContext_ImportSMIMEProfile andre@0: ( andre@0: NSSCryptoContext *cc, andre@0: nssSMIMEProfile *profile andre@0: ); andre@0: andre@0: NSS_EXTERN nssSMIMEProfile * andre@0: nssCryptoContext_FindSMIMEProfileForCertificate andre@0: ( andre@0: NSSCryptoContext *cc, andre@0: NSSCertificate *cert andre@0: ); andre@0: andre@0: NSS_EXTERN NSSTrust * andre@0: nssTrust_AddRef andre@0: ( andre@0: NSSTrust *trust andre@0: ); andre@0: andre@0: NSS_EXTERN PRStatus andre@0: nssTrust_Destroy andre@0: ( andre@0: NSSTrust *trust andre@0: ); andre@0: andre@0: NSS_EXTERN nssSMIMEProfile * andre@0: nssSMIMEProfile_AddRef andre@0: ( andre@0: nssSMIMEProfile *profile andre@0: ); andre@0: andre@0: NSS_EXTERN PRStatus andre@0: nssSMIMEProfile_Destroy andre@0: ( andre@0: nssSMIMEProfile *profile andre@0: ); andre@0: andre@0: NSS_EXTERN nssSMIMEProfile * andre@0: nssSMIMEProfile_Create andre@0: ( andre@0: NSSCertificate *cert, andre@0: NSSItem *profileTime, andre@0: NSSItem *profileData andre@0: ); andre@0: andre@0: PR_END_EXTERN_C andre@0: andre@0: #endif /* PKI_H */