March 2005
Beginner to intermediate
1254 pages
104h 21m
English
CodeSigner
This class encapsulates the certificate
path of a code signer and a signed timestamp. Instances are
immutable. See CodeSource and
java.util.jar.JarEntry.
Figure 14-5. java.security.CodeSigner
public final class CodeSigner 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( )
Read now
Unlock full access