java.security
Class CodeSource

java.lang.Object
  extended by java.security.CodeSource
All Implemented Interfaces:
Serializable

public class CodeSource
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CodeSource(URL var0, Certificate[] var1)
           
 
Method Summary
 boolean equals(Object var0)
           
 Certificate[] getCertificates()
           
 URL getLocation()
           
 int hashCode()
           
 boolean implies(CodeSource var0)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodeSource

public CodeSource(URL var0,
                  Certificate[] var1)
Method Detail

equals

public boolean equals(Object var0)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getCertificates

public final Certificate[] getCertificates()

getLocation

public final URL getLocation()

implies

public boolean implies(CodeSource var0)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.