mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
* Plugins: Enforce signing key matches that in plugin.config
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user