| java.lang.Object sun.security.mscapi.JarVerifierImpl
JarVerifierImpl | final class JarVerifierImpl (Code) | | This class verifies a JAR file and all its supporting JAR files.
author: Sharon Liu since: 1.6 |
Constructor Summary | |
| JarVerifierImpl(URL jarURL) Creates a JarVerifier object to verify the given URL. |
JarVerifierImpl | JarVerifierImpl(URL jarURL)(Code) | | Creates a JarVerifier object to verify the given URL.
Parameters: jarURL - the JAR file to be verified. |
verify | void verify(X509Certificate trustedSigner) throws JarException, IOException(Code) | | Verify the JAR file is signed by an entity which has a certificate
issued by a trusted CA.
Parameters: trustedCaCerts - certificates of trusted CAs. |
|
|