Lines Matching defs:alias

145  *   grant signedBy "<b>alias</b>", codeBase "<b>URL</b>",
151 * signedBy "<b>alias</b>";
153 * signedBy "<b>alias</b>";
191 * the permission class itself must be signed by the given alias in
203 * "FooSoft" alias, or if XXX <code>Foo.class</code> is a
301 // contains the policy grant entries, PD cache, and alias mapping
358 * grant signedBy "<i>alias</i>", codeBase "<i>URL</i>" {
360 * signedBy "<i>alias</i>";
363 * signedBy "<i>alias</i>";
395 * the permission class itself must be signed by the given alias in
407 * "FooSoft" alias, or if <code>Foo.class</code> is a
765 * @return null if signedBy alias is not recognized
774 // we don't have a key for this alias,
777 debug.println(" -- No certs for alias '" +
816 // skip if signedBy alias was unknown...
819 // perform keystore alias principal replacement.
820 // for example, if alias resolves to X509 certificate,
822 // -- skip if alias is unknown
1054 * Fetch all certs associated with this alias.
1065 String alias = st.nextToken().trim();
1068 // See if this alias's cert has already been cached
1070 cert = (Certificate)newInfo.aliasMapping.get(alias);
1075 cert = keyStore.getCertificate(alias);
1081 newInfo.aliasMapping.put(alias, cert);
1082 newInfo.aliasMapping.put(cert, alias);
1960 } else if (prefix.equalsIgnoreCase("alias")) {
1961 // get the suffix and perform keystore alias replacement
1965 ("alias.name.not.provided.pe.name."));
1973 ("unable.to.perform.substitution.on.alias.suffix"));
2000 private String getDN(String alias, KeyStore keystore) {
2003 cert = keystore.getCertificate(alias);
2007 alias +
2017 alias +
2061 * alias specified in the Policy config file. For reasons of