Package java.security
Class CodeSource
java.lang.Object
java.security.CodeSource
- All Implemented Interfaces:
Serializable
public class CodeSource extends Object implements Serializable
Legacy security code; do not use.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CodeSource(URL location, Certificate[] certs)CodeSource(URL location, CodeSigner[] signers) -
Method Summary
Modifier and Type Method Description Certificate[]getCertificates()CodeSigner[]getCodeSigners()URLgetLocation()booleanimplies(CodeSource cs)