is.logi.crypto.keys
Interface KeySource
- All Known Implementing Classes:
- KeyRing
- public abstract interface KeySource
This interface is implemente by classes used to retrieve keys from
some source, such as a simple file, a database or a key server.
More methods will be added for searching for specific keys.
byFingerprint
public KeyRecord byFingerprint(Fingerprint fingerprint)
- Retreive the key with the given fingerprint. If it is not found in the
key-source, null is returned.
Copyright 1997-1999 Logi Ragnarsson