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

/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DJarSigner.java162 private boolean notSignedByAlias = false; field in class:JarSigner
270 if (notSignedByAlias || aliasNotInStore) {
618 notSignedByAlias |= (inStoreOrScope & NOT_ALIAS) != 0;
753 aliasNotInStore || notSignedByAlias) {
794 if (notSignedByAlias) {

Completed in 55 milliseconds