public abstract class SecretKeyRingSelectionStrategy<O> extends Object implements KeyRingSelectionStrategy<org.bouncycastle.openpgp.PGPSecretKeyRing,org.bouncycastle.openpgp.PGPSecretKeyRingCollection,O>
Constructor and Description |
---|
SecretKeyRingSelectionStrategy() |
Modifier and Type | Method and Description |
---|---|
Set<org.bouncycastle.openpgp.PGPSecretKeyRing> |
selectKeyRingsFromCollection(O identifier,
org.bouncycastle.openpgp.PGPSecretKeyRingCollection keyRingCollection) |
MultiMap<O,org.bouncycastle.openpgp.PGPSecretKeyRing> |
selectKeyRingsFromCollections(MultiMap<O,org.bouncycastle.openpgp.PGPSecretKeyRingCollection> keyRingCollections) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept
public SecretKeyRingSelectionStrategy()
public Set<org.bouncycastle.openpgp.PGPSecretKeyRing> selectKeyRingsFromCollection(O identifier, @Nonnull org.bouncycastle.openpgp.PGPSecretKeyRingCollection keyRingCollection)
selectKeyRingsFromCollection
in interface KeyRingSelectionStrategy<org.bouncycastle.openpgp.PGPSecretKeyRing,org.bouncycastle.openpgp.PGPSecretKeyRingCollection,O>
public MultiMap<O,org.bouncycastle.openpgp.PGPSecretKeyRing> selectKeyRingsFromCollections(@Nonnull MultiMap<O,org.bouncycastle.openpgp.PGPSecretKeyRingCollection> keyRingCollections)
selectKeyRingsFromCollections
in interface KeyRingSelectionStrategy<org.bouncycastle.openpgp.PGPSecretKeyRing,org.bouncycastle.openpgp.PGPSecretKeyRingCollection,O>