Package | Description |
---|---|
net.sourceforge.jnlp.runtime |
This package contains the classes that manage the secure runtime environment
for JNLP apps.
|
Modifier and Type | Method and 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 and Description |
---|
ManifestAttributesChecker(SecurityDesc security,
JNLPFile file,
JNLPClassLoader.SigningState signing,
JNLPClassLoader.SecurityDelegate securityDelegate) |