707172737475767778
private static volatile SecuritySupport defaultInstance = null; public static SecuritySupport getDefaultInstance() { if (defaultInstance == null) { defaultInstance = new SecuritySupportImpl(); } return defaultInstance; }
private static SecuritySupport defaultInstance = null; public static SecuritySupport getDefaultInstance() { if (defaultInstance == null) { defaultInstance = new SecuritySupportImpl(); } return defaultInstance; }