K
- Type of the KeyR
- Type of the PGPKeyRingO
- Type that describes the owner of this keypublic interface KeySelectionStrategy<K,R,O>
Modifier and Type | Method and Description |
---|---|
boolean |
accept(O identifier,
K key) |
Set<K> |
selectKeysFromKeyRing(O identifier,
R ring) |
MultiMap<O,K> |
selectKeysFromKeyRings(MultiMap<O,R> rings) |