cryptoservices/certificateandkeymgmt/inc/x509cert.h
changeset 20 1afc808f187d
parent 19 cd501b96611d
child 33 cf642210ecb7
--- a/cryptoservices/certificateandkeymgmt/inc/x509cert.h	Wed Nov 11 15:30:58 2009 +0530
+++ b/cryptoservices/certificateandkeymgmt/inc/x509cert.h	Fri Nov 13 10:07:38 2009 +0530
@@ -33,18 +33,31 @@
 #include <x500dn.h>
 #include <asn1enc.h>
 
+_LIT(KRSA,"1.2.840.113549.1.1.1");
 _LIT(KMD2WithRSA,"1.2.840.113549.1.1.2");
 _LIT(KMD5WithRSA,"1.2.840.113549.1.1.4");
 _LIT(KSHA1WithRSA,"1.2.840.113549.1.1.5");
-_LIT(KDSAWithSHA1,"1.2.840.10040.4.3");
+
+_LIT(KSHA256WithRSA,"1.2.840.113549.1.1.11");
+_LIT(KSHA384WithRSA,"1.2.840.113549.1.1.12");
+_LIT(KSHA512WithRSA,"1.2.840.113549.1.1.13");
+_LIT(KSHA224WithRSA,"1.2.840.113549.1.1.14");
 
-_LIT(KRSA,"1.2.840.113549.1.1.1");
+_LIT(KDSA,"1.2.840.10040.4.1");
+_LIT(KDSAWithSHA1,	"1.2.840.10040.4.3");
+
 _LIT(KDH,"1.2.840.10046.2.1");
-_LIT(KDSA,"1.2.840.10040.4.1");
+
 _LIT(KMD5,"1.2.840.113549.2.5");
 _LIT(KMD2,"1.2.840.113549.2.2");
 _LIT(KSHA1,"1.3.14.3.2.26");
 
+_LIT(KSHA256,"2.16.840.1.101.3.4.2.1");
+_LIT(KSHA384,"2.16.840.1.101.3.4.2.2");
+_LIT(KSHA512,"2.16.840.1.101.3.4.2.3");
+_LIT(KSHA224,"2.16.840.1.101.3.4.2.4");
+
+
 /** The maximum number of allowed data elements.
 * 
 * @since v7.0 */