Searched refs:signers (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/util/jar/
H A DJarEntry.java44 CodeSigner signers[]; field in class:JarEntry
126 signers = je.signers;
130 * Returns the code signers for the digital signatures associated with the
135 * @return the code signers for the JAR entry.
139 if (signers == null) {
140 signers = getCodeSigners(getCertificates());
142 if (signers == null) {
146 CodeSigner[] tmp = new CodeSigner[signers.length];
147 System.arraycopy(signers,
[all...]
/libcore/luni/src/main/java/java/security/
H A DCodeSource.java30 public CodeSource(URL location, CodeSigner[] signers) { } argument
/libcore/libdvm/src/main/java/java/lang/
H A DClassLoader.java641 * Sets the signers of the specified class. This implementation does
645 * the {@code Class} object for which to set the signers.
646 * @param signers
647 * the signers for {@code c}.
649 protected final void setSigners(Class<?> c, Object[] signers) { argument
/libcore/libart/src/main/java/java/lang/
H A DClassLoader.java659 * Sets the signers of the specified class. This implementation does
663 * the {@code Class} object for which to set the signers.
664 * @param signers
665 * the signers for {@code c}.
667 protected final void setSigners(Class<?> c, Object[] signers) { argument

Completed in 255 milliseconds