function init() { var Ret; var policies = ""; /* // ���λ�ȣ������(���) // policies +="1.2.410.200004.5.2.1.2" + "|"; // �ѱ��������� ���� policies +="1.2.410.200004.5.1.1.5" + "|"; // �ѱ�������� ���� policies +="1.2.410.200005.1.1.1" + "|"; // ���������� ���� policies +="1.2.410.200004.5.3.1.4" + "|"; // �ѱ����� ����(�������, ����� �� ������ �Ҽ����� ��) policies +="1.2.410.200004.5.4.1.1" + "|"; // �ѱ��������� ���� policies +="1.2.410.200012.1.1.1" + "|"; // �ѱ������������ ���� // ���� �뵵���ѿ� ��������å(OID) �뵵 ����������� policies += "1.2.410.200004.5.4.1.101|"; // ����ŷ���/����� �ѱ��������� policies += "1.2.410.200004.5.4.1.102|"; // ���ǰŷ��� �ѱ��������� policies += "1.2.410.200004.5.4.1.103|"; // �ſ�ī��� �ѱ��������� policies += "1.2.410.200004.5.4.1.104|"; // ���ڹο�� �ѱ��������� policies += "1.2.410.200004.5.2.1.7.1|"; // ����ŷ���/����� �ѱ��������� policies += "1.2.410.200004.5.2.1.7.2|"; // ���ǰŷ���/����� �ѱ��������� policies += "1.2.410.200004.5.2.1.7.3|"; // �ſ�ī��� �ѱ��������� policies += "1.2.410.200004.5.1.1.9|"; // ���ǰŷ���/����� �ѱ������ policies += "1.2.410.200004.5.1.1.9.2|"; // �ſ�ī��� �ѱ������ policies += "1.2.410.200005.1.1.4|"; // ����ŷ���/����� ���������� policies += "1.2.410.200005.1.1.6.2|"; // �ſ�ī��� ���������� policies += "1.2.410.200012.1.1.101|"; // ����ŷ���/����� �ѱ������������ policies += "1.2.410.200012.1.1.103|"; // ���ǰŷ���/����� �ѱ������������ policies += "1.2.410.200012.1.1.105"; // �ſ�ī��� �ѱ������������ */ // ���λ�ȣ������(���) // policies +="1.2.410.200004.5.2.1.1" + "|"; // �ѱ��������� ���� policies +="1.2.410.200004.5.1.1.7" + "|"; // �ѱ�������� ����, ��ü, ���λ���� policies +="1.2.410.200005.1.1.5" + "|"; // ���������� ����, ���Ǵ�ü, ���λ���� policies +="1.2.410.200004.5.3.1.1" + "|"; // �ѱ����� ���(������� �� �񿵸����) policies +="1.2.410.200004.5.3.1.2" + "|"; // �ѱ����� ����(������� �� �񿵸������ ������ �����, ����) policies +="1.2.410.200004.5.4.1.2" + "|"; // �ѱ��������� ����, ��ü, ���λ���� policies +="1.2.410.200012.1.1.3" + "|"; // �ѱ������������ ���� policies +="1.2.410.200005.1.1.6.8" + "|"; Ret = document.CC_Object_id.SetCommonInfoFromVal("211.192.169.70",4502, "211.192.169.180",389, "211.192.169.180",389, "CN=ROOT-RSA-CRL,OU=ROOTCA,O=KISA,C=KR", "no", policies); if ( Ret != 0 ) { alert( "���� �ʱ� ������ �����Ͽ����ϴ�." ); return false; } else { Ret = document.CC_Object_id.SetPKCSInform(1, 0, 0, 0, 0, 0, 0, 1, "SEED"); if ( Ret != 0 ) { alert( "���� �ʱ� ������ �����Ͽ����ϴ�." ); return false; } else { return true; } } }