X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2Futil%2FXMLConstants.cpp;h=8796aea16117ecf508cc464800de3ce97f6bbe69;hb=5cb314df178f78c6fa7b9826c2c5a5298ec7a473;hp=5510eaa1c65491701945a3b3922dcfd623754895;hpb=115f18055855615bf1349842293c1f28ad7f42e5;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltooling/util/XMLConstants.cpp b/xmltooling/util/XMLConstants.cpp index 5510eaa..8796aea 100644 --- a/xmltooling/util/XMLConstants.cpp +++ b/xmltooling/util/XMLConstants.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Internet2 + * Copyright 2001-2007 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -107,27 +107,3 @@ const XMLCh xmlconstants::XML_ONE[] = { chDigit_1, chNull }; const XMLCh xmlconstants::XML_ZERO[] = { chDigit_0, chNull }; -const unsigned char xmlconstants::OID_RSASHA1[] = -{ 0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x0E, 0x03, 0x02, 0x1A, 0x05, 0x00, 0x04, 0x14 }; - -const int xmlconstants::OID_RSASHA1_LEN = 15; - -const unsigned char xmlconstants::OID_RSASHA224[] = -{ 0x30, 0x2d, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x04, 0x05, 0x00, 0x04, 0x1c }; - -const int xmlconstants::OID_RSASHA224_LEN = 19; - -const unsigned char xmlconstants::OID_RSASHA256[] = -{ 0x30, 0x31, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x00, 0x01, 0x05, 0x00, 0x04, 0x20 }; - -const int xmlconstants::OID_RSASHA256_LEN = 19; - -const unsigned char xmlconstants::OID_RSASHA384[] = -{ 0x30, 0x41, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x00, 0x02, 0x05, 0x00, 0x04, 0x30 }; - -const int xmlconstants::OID_RSASHA384_LEN = 19; - -const unsigned char xmlconstants::OID_RSASHA512[] = -{ 0x30, 0x51, 0x30, 0x0d, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x00, 0x03, 0x05, 0x00, 0x04, 0x40 }; - -const int xmlconstants::OID_RSASHA512_LEN = 19;