|
CDC 1.1.2 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Certificate | |
| java.net | Provides the classes for implementing networking applications. |
| 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 Certificate in java.net |
| Methods in java.net that return Certificate | |
Certificate[] |
JarURLConnection.getCertificates()
Return the Certificate object for this connection if the URL for it points to a JAR file entry, null otherwise. |
| Uses of Certificate in java.security |
| Methods in java.security that return Certificate | |
Certificate[] |
CodeSource.getCertificates()
Returns the certificates associated with this CodeSource. |
| Constructors in java.security with parameters of type Certificate | |
UnresolvedPermission(String type,
String name,
String actions,
Certificate[] certs)
Creates a new UnresolvedPermission containing the permission information needed later to actually create a Permission of the specified class, when the permission is resolved. |
|
CodeSource(URL url,
Certificate[] certs)
Constructs a CodeSource and associates it with the specified location and set of certificates. |
|
| Uses of Certificate in java.util.jar |
| Methods in java.util.jar that return Certificate | |
Certificate[] |
JarEntry.getCertificates()
Returns the Certificate objects for this entry, or
null if none. |
|
CDC 1.1.2 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||