to top
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

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.