All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface is.logi.crypto.keys.KeySource

public interface KeySource
This interface is imlemente 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.


Method Index

 o byFingerprint(Fingerprint)
Retreive the key with the given fingerprint.

Methods

 o byFingerprint
 public abstract KeyRecord byFingerprint(Fingerprint fingerprint)
Retreive the key with the given fingerprint. If it is not found in the key-source, null is returned.


All Packages  Class Hierarchy  This Package  Previous  Next  Index