static final class JarFileResourceLoader.CodeSigners
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.security.CodeSigner[] |
codeSigners |
private int |
hashCode |
| Constructor and Description |
|---|
CodeSigners(java.security.CodeSigner[] codeSigners) |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
equals(JarFileResourceLoader.CodeSigners other) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
private final java.security.CodeSigner[] codeSigners
private final int hashCode
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectprivate boolean equals(JarFileResourceLoader.CodeSigners other)
public int hashCode()
hashCode in class java.lang.Object