expose function for accessing parts of decoded cert

This commit is contained in:
ian.mcgreer%sun.com 2001-10-15 18:19:03 +00:00
parent e05086ed8b
commit f54ff70f46
2 changed files with 9 additions and 3 deletions

View File

@ -32,7 +32,7 @@
*/
#ifdef DEBUG
static const char CVS_ID[] = "@(#) $RCSfile: certificate.c,v $ $Revision: 1.7 $ $Date: 2001/10/11 18:41:50 $ $Name: $";
static const char CVS_ID[] = "@(#) $RCSfile: certificate.c,v $ $Revision: 1.8 $ $Date: 2001/10/15 18:19:03 $ $Name: $";
#endif /* DEBUG */
#ifndef NSSPKI_H
@ -344,7 +344,7 @@ NSSCertificate_Encode
return nssItem_Duplicate((NSSItem *)&c->encoding, arenaOpt, rvOpt);
}
static nssDecodedCert *
NSS_IMPLEMENT nssDecodedCert *
nssCertificate_GetDecoding
(
NSSCertificate *c

View File

@ -35,7 +35,7 @@
#define PKIM_H
#ifdef DEBUG
static const char PKIM_CVS_ID[] = "@(#) $RCSfile: pkim.h,v $ $Revision: 1.2 $ $Date: 2001/10/12 17:54:50 $ $Name: $";
static const char PKIM_CVS_ID[] = "@(#) $RCSfile: pkim.h,v $ $Revision: 1.3 $ $Date: 2001/10/15 18:19:03 $ $Name: $";
#endif /* DEBUG */
#ifndef BASE_H
@ -218,6 +218,12 @@ nssTrustDomain_GetCertByDERFromCache
NSSDER *der
);
NSS_EXTERN nssDecodedCert *
nssCertificate_GetDecoding
(
NSSCertificate *c
);
NSS_IMPLEMENT nssDecodedCert *
nssDecodedCert_Create
(