public interface KeyRingSelectionStrategy<R,C,O>
Modifier and Type | Method and Description |
---|---|
boolean |
accept(O identifier,
R keyRing) |
Set<R> |
selectKeyRingsFromCollection(O identifier,
C keyRingCollection) |
MultiMap<O,R> |
selectKeyRingsFromCollections(MultiMap<O,C> keyRingCollections) |