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