Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public class

CodeSource

extends Object
implements Serializable
java.lang.Object
   ↳ java.security.CodeSource

Class Overview

Legacy security code; do not use.

Summary

Public Constructors
CodeSource ( URL location, Certificate[] certs)
CodeSource ( URL location, CodeSigner[] signers)
Public Methods
final Certificate[] getCertificates ()
final CodeSigner[] getCodeSigners ()
final URL getLocation ()
boolean implies ( CodeSource cs)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CodeSource ( URL location, Certificate[] certs)

Added in API level 1

public CodeSource ( URL location, CodeSigner[] signers)

Added in API level 1

Public Methods

public final Certificate[] getCertificates ()

Added in API level 1

public final CodeSigner[] getCodeSigners ()

Added in API level 1

public final URL getLocation ()

Added in API level 1

public boolean implies ( CodeSource cs)

Added in API level 1