src/share/classes/java/security/PublicKey.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1996, 2001, 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) 1996, 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
*** 30,40 **** * It merely serves to group (and provide type safety for) all public key * interfaces. * * Note: The specialized public key interfaces extend this interface. * See, for example, the DSAPublicKey interface in ! * <code>java.security.interfaces</code>. * * @see Key * @see PrivateKey * @see Certificate * @see Signature#initVerify --- 30,40 ---- * It merely serves to group (and provide type safety for) all public key * interfaces. * * Note: The specialized public key interfaces extend this interface. * See, for example, the DSAPublicKey interface in ! * {@code java.security.interfaces}. * * @see Key * @see PrivateKey * @see Certificate * @see Signature#initVerify