|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyRing
A backend for storing and retrieving SigningPublicKeys to be used for verifying signatures.
Method Summary | |
---|---|
PublicKey |
getKey(String keyName,
String scope,
SigType type)
Get a key. |
void |
setKey(String keyName,
String scope,
PublicKey key)
Store a key. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |