public interface KeyRing
PublicKey getKey(String keyName, String scope, SigType type) throws GeneralSecurityException, IOException
scope
- a domain identifier, indicating router update, reseed, etc.GeneralSecurityException
IOException
void setKey(String keyName, String scope, PublicKey key) throws GeneralSecurityException, IOException
scope
- a domain identifier, indicating router update, reseed, etc.GeneralSecurityException
IOException