Class SecretKeySelectionStrategy<O>

    • Constructor Detail

      • SecretKeySelectionStrategy

        public SecretKeySelectionStrategy()
    • Method Detail

      • selectKeysFromKeyRing

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

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