public class

PolicyUtil

extends Object
java.lang.Object
   ↳ sun.security.util.PolicyUtil

Class Overview

A utility class for getting a KeyStore instance from policy information. In addition, a supporting getInputStream method.

Summary

Public Constructors
PolicyUtil()
Public Methods
static InputStream getInputStream(URL url)
static KeyStore getKeyStore(URL policyUrl, String keyStoreName, String keyStoreType, String keyStoreProvider, String storePassURL, 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
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PolicyUtil ()

Public Methods

public static InputStream getInputStream (URL url)

Throws
IOException

public static KeyStore getKeyStore (URL policyUrl, String keyStoreName, String keyStoreType, String keyStoreProvider, String storePassURL, 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