public class PolicyUtil extends Object
| Constructor and Description |
|---|
PolicyUtil() |
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
getInputStream(URL url) |
static KeyStore |
getKeyStore(URL policyUrl,
String keyStoreName,
String keyStoreType,
String keyStoreProvider,
String storePassURL,
sun.security.util.Debug debug)
this is intended for use by policytool and the policy parser to
instantiate a KeyStore from the information in the GUI/policy file
|
public static InputStream getInputStream(URL url) throws IOException
IOExceptionpublic static KeyStore getKeyStore(URL policyUrl, String keyStoreName, String keyStoreType, String keyStoreProvider, String storePassURL, sun.security.util.Debug debug) throws KeyStoreException, MalformedURLException, IOException, NoSuchProviderException, NoSuchAlgorithmException, CertificateException
Copyright © 2017. All rights reserved.