Uses of Class
net.sourceforge.jnlp.runtime.JNLPClassLoader.SigningState
-
Packages that use JNLPClassLoader.SigningState Package Description net.sourceforge.jnlp.runtime This package contains the classes that manage the secure runtime environment for JNLP apps. -
-
Uses of JNLPClassLoader.SigningState in net.sourceforge.jnlp.runtime
Methods in net.sourceforge.jnlp.runtime that return JNLPClassLoader.SigningState 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.Constructors in net.sourceforge.jnlp.runtime with parameters of type JNLPClassLoader.SigningState Constructor Description ManifestAttributesChecker(SecurityDesc security, JNLPFile file, JNLPClassLoader.SigningState signing, JNLPClassLoader.SecurityDelegate securityDelegate)
-