public boolean apply(@Nullable SelectionInput input) {
   return this.algoMap
       .get(input.getDataEncryptionAlgorithm())
       .equals(input.getKeyTransportAlgorithm());
 }