Module java.base
Package java.security

Class CodeSource

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

public class CodeSource extends Object implements Serializable

This class extends the concept of a codebase to encapsulate not only the location (URL) but also the certificate chains that were used to verify signed code originating from that location.

Since:
1.2
See Also: