Class HasAnyKeyFlagSelectionStrategy.PublicKey
- java.lang.Object
-
- org.pgpainless.key.selection.key.PublicKeySelectionStrategy
-
- org.pgpainless.key.selection.key.impl.HasAnyKeyFlagSelectionStrategy.PublicKey
-
- All Implemented Interfaces:
KeySelectionStrategy<org.bouncycastle.openpgp.PGPPublicKey,org.bouncycastle.openpgp.PGPPublicKeyRing>
- Enclosing class:
- HasAnyKeyFlagSelectionStrategy
public static class HasAnyKeyFlagSelectionStrategy.PublicKey extends PublicKeySelectionStrategy
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(org.bouncycastle.openpgp.PGPPublicKey key)-
Methods inherited from class org.pgpainless.key.selection.key.PublicKeySelectionStrategy
selectKeysFromKeyRing
-
-
-
-
Constructor Detail
-
PublicKey
public PublicKey(KeyFlag... flags)
-
PublicKey
public PublicKey(int mask)
-
-