Class PublicKeySelectionStrategy<O>

    • Constructor Detail

      • PublicKeySelectionStrategy

        public PublicKeySelectionStrategy()
    • Method Detail

      • selectKeysFromKeyRing

        public java.util.Set<org.bouncycastle.openpgp.PGPPublicKey> selectKeysFromKeyRing​(O identifier,
                                                                                          @Nonnull
                                                                                          org.bouncycastle.openpgp.PGPPublicKeyRing ring)
        Specified by:
        selectKeysFromKeyRing in interface KeySelectionStrategy<org.bouncycastle.openpgp.PGPPublicKey,​org.bouncycastle.openpgp.PGPPublicKeyRing,​O>
      • selectKeysFromKeyRings

        public MultiMap<O,​org.bouncycastle.openpgp.PGPPublicKey> selectKeysFromKeyRings​(@Nonnull
                                                                                              MultiMap<O,​org.bouncycastle.openpgp.PGPPublicKeyRing> keyRings)
        Specified by:
        selectKeysFromKeyRings in interface KeySelectionStrategy<org.bouncycastle.openpgp.PGPPublicKey,​org.bouncycastle.openpgp.PGPPublicKeyRing,​O>