| Package | Description |
|---|---|
| java.security |
Provides the classes and interfaces for the security framework.
|
| java.util.jar |
Provides classes for reading and writing the JAR (Java ARchive) file format, which is based on the standard ZIP file format with an optional manifest file.
|
| Modifier and Type | Method and Description |
|---|---|
CodeSigner |
CodeSource.getCodeSigners()
Returns the code signers associated with this CodeSource.
|
| Constructor and Description | |
|---|---|
CodeSource(URL
Constructs a CodeSource and associates it with the specified location and set of code signers.
|
| Modifier and Type | Method and Description |
|---|---|
CodeSigner |
JarEntry.getCodeSigners()
Returns the
CodeSigner objects for this entry, or
null if none.
|