Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cryptix.pki
Interface KeyBundleSelector  view KeyBundleSelector download KeyBundleSelector.java


public interface KeyBundleSelector

A selector that defines which KeyBundles should be selected in a query.

Version:
$Revision: 1.3 $

Method Summary
 java.lang.Object clone()
          Clone this selector.
 boolean match(KeyBundle bundle)
          Match a keybundle.
 

Method Detail

match

public boolean match(KeyBundle bundle)
Match a keybundle.


clone

public java.lang.Object clone()
Clone this selector.