Class SignedByMasterKey.PubkeySelectionStrategy
- java.lang.Object
-
- org.pgpainless.key.selection.key.PublicKeySelectionStrategy<org.bouncycastle.openpgp.PGPPublicKey>
-
- org.pgpainless.key.selection.key.impl.SignedByMasterKey.PubkeySelectionStrategy
-
- All Implemented Interfaces:
KeySelectionStrategy<org.bouncycastle.openpgp.PGPPublicKey,org.bouncycastle.openpgp.PGPPublicKeyRing,org.bouncycastle.openpgp.PGPPublicKey>
- Enclosing class:
- SignedByMasterKey
public static class SignedByMasterKey.PubkeySelectionStrategy extends PublicKeySelectionStrategy<org.bouncycastle.openpgp.PGPPublicKey>
-
-
Constructor Summary
Constructors Constructor Description PubkeySelectionStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(org.bouncycastle.openpgp.PGPPublicKey masterKey, org.bouncycastle.openpgp.PGPPublicKey key)-
Methods inherited from class org.pgpainless.key.selection.key.PublicKeySelectionStrategy
selectKeysFromKeyRing, selectKeysFromKeyRings
-
-