src/share/classes/java/security/CodeSource.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 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) 1997, 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
*** 483,499 **** } /** * Writes this object out to a stream (i.e., serializes it). * ! * @serialData An initial <code>URL</code> is followed by an ! * <code>int</code> indicating the number of certificates to follow * (a value of "zero" denotes that there are no certificates associated * with this object). ! * Each certificate is written out starting with a <code>String</code> * denoting the certificate type, followed by an ! * <code>int</code> specifying the length of the certificate encoding, * followed by the certificate encoding itself which is written out as an * array of bytes. Finally, if any code signers are present then the array * of code signers is serialized and written out too. */ private void writeObject(java.io.ObjectOutputStream oos) --- 483,499 ---- } /** * Writes this object out to a stream (i.e., serializes it). * ! * @serialData An initial {@code URL} is followed by an ! * {@code int} indicating the number of certificates to follow * (a value of "zero" denotes that there are no certificates associated * with this object). ! * Each certificate is written out starting with a {@code String} * denoting the certificate type, followed by an ! * {@code int} specifying the length of the certificate encoding, * followed by the certificate encoding itself which is written out as an * array of bytes. Finally, if any code signers are present then the array * of code signers is serialized and written out too. */ private void writeObject(java.io.ObjectOutputStream oos)