equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved. |
2 * Copyright 1997-2010 Sun Microsystems, Inc. All Rights Reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. Sun designates this |
7 * published by the Free Software Foundation. Sun designates this |
25 |
25 |
26 package java.util.jar; |
26 package java.util.jar; |
27 |
27 |
28 import java.io.*; |
28 import java.io.*; |
29 import java.util.*; |
29 import java.util.*; |
30 import java.util.zip.*; |
|
31 import java.security.*; |
30 import java.security.*; |
32 import java.security.cert.CertificateException; |
31 import java.security.cert.CertificateException; |
33 |
32 |
34 import sun.security.util.ManifestDigester; |
33 import sun.security.util.ManifestDigester; |
35 import sun.security.util.ManifestEntryVerifier; |
34 import sun.security.util.ManifestEntryVerifier; |