Example usage for Java java.security CodeSource fields, constructors, methods, implement or subclass
The text is from its open source code.
CodeSource(URL url, java.security.cert.Certificate[] certs) Constructs a CodeSource and associates it with the specified location and set of certificates. | |
CodeSource(URL url, CodeSigner[] signers) Constructs a CodeSource and associates it with the specified location and set of code signers. |
java.security.cert.Certificate[] | getCertificates() Returns the certificates associated with this CodeSource. |
URL | getLocation() Returns the location associated with this CodeSource. |