src/share/classes/sun/security/pkcs11/Secmod.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 33,43 **** import java.security.cert.X509Certificate; import sun.security.pkcs11.wrapper.*; import static sun.security.pkcs11.wrapper.PKCS11Constants.*; - import javax.tools.annotation.GenerateNativeHeader; /** * The Secmod class defines the interface to the native NSS * library and the configuration information it stores in its * secmod.db file. --- 33,42 ----
*** 55,66 **** * </pre> * * @since 1.6 * @author Andreas Sterbenz */ - /* No native methods here, but the constants are needed in the supporting JNI code */ - @GenerateNativeHeader public final class Secmod { private final static boolean DEBUG = false; private final static Secmod INSTANCE; --- 54,63 ----