| Package | Description |
|---|---|
| net.sourceforge.jnlp.runtime |
This package contains the classes that manage the secure runtime environment
for JNLP apps.
|
| Modifier and Type | Method | Description |
|---|---|---|
JNLPClassLoader.SigningState |
JNLPClassLoader.getSigningState() |
|
static JNLPClassLoader.SigningState |
JNLPClassLoader.SigningState.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static JNLPClassLoader.SigningState[] |
JNLPClassLoader.SigningState.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
ManifestAttributesChecker(SecurityDesc security,
JNLPFile file,
JNLPClassLoader.SigningState signing,
JNLPClassLoader.SecurityDelegate securityDelegate) |