This class encapsulates the certificate path of a code signer and a signed timestamp. Instances are immutable. See CodeSource and java.util.jar.JarEntry.
public final classCodeSigner implements Serializable { // Public Constructors public
CodeSigner (java.security.cert.CertPath
signerCertPath , Timestamp
timestamp ); // Public Instance Methods public java.security.cert.CertPath
getSignerCertPath ( ); public Timestamp
getTimestamp ( ); // Public Methods Overriding Object public boolean
equals (Object
obj ); public int
hashCode ( ); public String
toString ( ); }
CodeSource.CodeSource( )
CodeSource.getCodeSigners( ), java.util.jar.JarEntry.getCodeSigners( )