Class NoRevocation
- java.lang.Object
-
- org.pgpainless.key.selection.key.impl.NoRevocation
-
public class NoRevocation extends java.lang.ObjectKey Selection Strategies that do accept only keys, which have no revocation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNoRevocation.PubKeySelectionStrategy<O>Key Selection Strategy which only acceptsPGPPublicKeys which have no revocation.static classNoRevocation.SecKeySelectionStrategy<O>Key Selection Strategy which only acceptsPGPSecretKeys which have no revocation.
-
Constructor Summary
Constructors Constructor Description NoRevocation()
-