Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Uses of CodeSigner in java.security |
---|
Modifier and Type | Method and Description |
---|---|
CodeSigner[] |
CodeSource.getCodeSigners()
Returns the code signers associated with this CodeSource. |
Constructor and Description |
---|
CodeSource(URL url,
CodeSigner[] signers)
Constructs a CodeSource and associates it with the specified location and set of code signers. |
Uses of CodeSigner in java.util.jar |
---|
Modifier and Type | Method and Description |
---|---|
CodeSigner[] |
JarEntry.getCodeSigners()
Returns the CodeSigner objects for this entry, or
null if none. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.