Class 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 Detail

      • PubkeySelectionStrategy

        public PubkeySelectionStrategy()
    • Method Detail

      • accept

        public boolean accept​(org.bouncycastle.openpgp.PGPPublicKey masterKey,
                              @Nonnull
                              org.bouncycastle.openpgp.PGPPublicKey key)