Java java.security CodeSource fields, constructors, methods, implement or subclass

Example usage for Java java.security CodeSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security CodeSource.

The text is from its open source code.

Constructor

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.

Method

java.security.cert.Certificate[]getCertificates()
Returns the certificates associated with this CodeSource.
URLgetLocation()
Returns the location associated with this CodeSource.