Class SecretKeySelectionStrategy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<org.bouncycastle.openpgp.PGPSecretKey> selectKeysFromKeyRing​(org.bouncycastle.openpgp.PGPSecretKeyRing ring)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SecretKeySelectionStrategy

        public SecretKeySelectionStrategy()
    • Method Detail

      • selectKeysFromKeyRing

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