Package | Description |
---|---|
java.security |
Provides the classes and interfaces for the security framework.
|
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.
|
static Policy |
Policy.getPolicy()
Returns the installed Policy object.
|
Modifier and Type | Method and Description |
---|---|
static void |
Policy.setPolicy(Policy p)
Sets the system-wide Policy object.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.