* Plugins: Enforce signing key matches that in plugin.config

This commit is contained in:
zzz
2014-08-05 21:23:48 +00:00
parent bd566f52cf
commit fe3059f0ab
2 changed files with 16 additions and 4 deletions

View File

@ -212,9 +212,9 @@ riCe6OlAEiNpcc6mMyIYYWFICbrDFTrDR3wXqwc/Jkcx6L5VVWoagpSzbo3yGhc=
}
/**
* @since 0.9.8
* @since 0.9.8, public since 0.9.14.1
*/
Map<SigningPublicKey, String> getKeys() {
public Map<SigningPublicKey, String> getKeys() {
return Collections.unmodifiableMap(_trustedKeys);
}