|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| java.security | Provides the classes and interfaces for the security framework. |
| Uses of Policy.Parameters in java.security |
|---|
| Modifier and Type | Class and Description |
|---|---|
class |
URIParameter
A parameter that contains a URI pointing to data intended for a PolicySpi or ConfigurationSpi implementation. |
| Modifier and Type | Method and Description |
|---|---|
Policy.Parameters |
Policy.getParameters()
Return Policy parameters. |
| Modifier and Type | Method and Description |
|---|---|
static Policy |
Policy.getInstance(String type,
Policy.Parameters params)
Returns a Policy object of the specified type. |
static Policy |
Policy.getInstance(String type,
Policy.Parameters params,
Provider provider)
Returns a Policy object of the specified type. |
static Policy |
Policy.getInstance(String type,
Policy.Parameters params,
String provider)
Returns a Policy object of the specified type. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.