From b60df56157ee1fd0bd4938799bac05a62fda91a1 Mon Sep 17 00:00:00 2001 From: lookshe Date: Sat, 14 Mar 2015 20:45:20 +0100 Subject: initial commit from working version --- .../flash-src/com/hurlant/util/der/OID.as | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 signaling-server/node_modules/socket.io/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/der/OID.as (limited to 'signaling-server/node_modules/socket.io/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/der/OID.as') diff --git a/signaling-server/node_modules/socket.io/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/der/OID.as b/signaling-server/node_modules/socket.io/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/der/OID.as new file mode 100755 index 0000000..4d43d95 --- /dev/null +++ b/signaling-server/node_modules/socket.io/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/util/der/OID.as @@ -0,0 +1,35 @@ +/** + * OID + * + * A list of various ObjectIdentifiers. + * Copyright (c) 2007 Henri Torgemane + * + * See LICENSE.txt for full license information. + */ +package com.hurlant.util.der +{ + public class OID + { + + public static const RSA_ENCRYPTION:String = "1.2.840.113549.1.1.1"; + public static const MD2_WITH_RSA_ENCRYPTION:String = "1.2.840.113549.1.1.2"; + public static const MD5_WITH_RSA_ENCRYPTION:String = "1.2.840.113549.1.1.4"; + public static const SHA1_WITH_RSA_ENCRYPTION:String = "1.2.840.113549.1.1.5"; + public static const MD2_ALGORITHM:String = "1.2.840.113549.2.2"; + public static const MD5_ALGORITHM:String = "1.2.840.113549.2.5"; + public static const DSA:String = "1.2.840.10040.4.1"; + public static const DSA_WITH_SHA1:String = "1.2.840.10040.4.3"; + public static const DH_PUBLIC_NUMBER:String = "1.2.840.10046.2.1"; + public static const SHA1_ALGORITHM:String = "1.3.14.3.2.26"; + + public static const COMMON_NAME:String = "2.5.4.3"; + public static const SURNAME:String = "2.5.4.4"; + public static const COUNTRY_NAME:String = "2.5.4.6"; + public static const LOCALITY_NAME:String = "2.5.4.7"; + public static const STATE_NAME:String = "2.5.4.8"; + public static const ORGANIZATION_NAME:String = "2.5.4.10"; + public static const ORG_UNIT_NAME:String = "2.5.4.11"; + public static const TITLE:String = "2.5.4.12"; + + } +} \ No newline at end of file -- cgit v1.2.3