Searched defs:CodeSigner (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/security/
H A DCodeSigner.java24 * {@code CodeSigner} represents a signer of code. Instances are immutable.
26 public final class CodeSigner implements Serializable { class in inherits:Serializable
38 * Constructs a new instance of {@code CodeSigner}.
48 public CodeSigner(CertPath signerCertPath, Timestamp timestamp) { method in class:CodeSigner
57 * Compares the specified object with this {@code CodeSigner} for equality.
59 * {@code CodeSigner}, the two {@code CodeSigner} encapsulate the same
64 * CodeSigner}.
66 * CodeSigner}, otherwise {@code false}.
73 if (obj instanceof CodeSigner) {
[all...]

Completed in 49 milliseconds