jdk/src/share/classes/java/util/jar/JarVerifier.java
changeset 5462 cb614e59f7f9
parent 4152 bc36a9f01ac6
child 5506 202f599c92aa
child 5606 63aa4b61c0a8
equal deleted inserted replaced
5461:a0e3063bc133 5462:cb614e59f7f9
     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;